<!--
function MM_openBrWindow(theURL,winName,features,type) { //v2.0

	if (type==1) {
		var a = window.open(theURL,winName,features);
	}
	else {
		var a = window.open('',winName,features);
		a.document.write('<html><body topmargin=0 leftmargin=0><img src="'+theURL+'" border="0"></body></html>');
	}
}

function PopupPic(sPicURL) {
     window.open( "popup.htm?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200");
   }

//-->
  
