function openwindow(url)
{
	window.open(url,"GuestList","menubar=0,resizable=1,width=600,height=500");
}
