function openWindow(myURL){
	window.open(myURL,"name","toolbar=0,location=0,scrollBars=1");
}

