function loadwindow(URL)
{
	var file;
	file = "http://ccp.o1.com/ext/cust_pg.cgi?ff=" + URL;
	window.open(file,"Dialup_Window","toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, width=400, height=500");
}