
// GENERAL ROUTINES

function new_window(picname) {

	// set the cookie here for the next page
	//set_cookie("picname", picname);

	// THE ADDRESS BAR IS A FUNCTION OF IE 7 AND CAN'T BE TURNED OFF.  (2/13/07)

	window.open(picname, "PhotoWin", "width=850,height=600,resizable=yes,location=no,menubar=no,toolbar=no,location=no,scrollbars");	

}


