function openWindow(url, width, height)
{
	mywindow = window.open(url, "new_window", "location=0,status=0,scrollbars=0,width="+width+",height="+height);
}