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