function spawn(url)
{
	w = open(url, "HappyGirl", "scrollbars=0,resizable=0,menubar=0,location=0,top=0,left=0,width=300,height=250");
}

