/* 
  ------------------------------------
  Pop Up
  ------------------------------------
*/


function openWin(url,width,height,name) {
	window.open(url,"ontheway" + name,"toolbar=0,location=0,status=0,menubar=0,scrollbars=1,width=" + width + ",height=" + height + ",resizable=0");
}

function openNewWin(url,width,height,name) {
	window.open(url,"analogue" + name,"toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=" + width + ",height=" + height + ",resizable=0");
}
