function openWindow(url)
{
	var theWindow = window.open(url, theWindow, "toolbar=no,status=no,resize=yes,height=50,height=500,menubar=no");
	return theWindow;	
}
