HomeP = new Image(); 
HomeP.src = "/i/highQ_nbtn-home-p.gif";
HomeA = new Image(); 
HomeA.src = "/i/highQ_nbtn-home-a.gif";

newsP = new Image(); 
newsP.src = "/i/highQ_nbtn-news-p.gif";
newsA = new Image(); 
newsA.src = "/i/highQ_nbtn-news-a.gif";

manP = new Image(); 
manP.src = "/i/highQ_nbtn-management-p.gif";
manA = new Image(); 
manA.src = "/i/highQ_nbtn-management-a.gif";

function openPrintWin(URL)
	{
	printWin = window.open( URL ,"PopUp","menubar=1,location=0,directories=0,status=1,scrollbars=1,resizable=1,dependent=0,width=640,height=480");
	}

function openWin(URL,W,H)
	{
	printWin = window.open( URL ,"PopUp","menubar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,dependent=0,width="+W+",height="+H+"\"");
	}

function jump(x)
	{
	self.location.href = x;
	}
	
