function open_a_window(theURL,windowname,features)	{		window.open(theURL,windowname,features);	}