function popup()
{

	newwin=window.open("popup.html", "", "toolbar=0, menubar=0, width=500, height=500")
}
