	  function popitup2(url)
{
	newwindow=window.open(url,'settings','height=700, width=900, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
	
}

function popitup(url)
{
	newwindow=window.open(url,'settings','height=500, width=600, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;

}
function PopupPic(sPicURL) {
     window.open( "popup.html?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200");
}
  
