function popUp(url)
{
	window.open(url,"popUpWindow","status=0, toolbar=0, location=0, menubar=0, directories=0, resizeable=0, scroolbars, width=559, height=400");
}
