// JavaScript Document
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
		
function openads(theURL,winName) { 
   var height = 636;
   var width = 460;
   var left = (screen.availWidth - width)/2;
   var top = (screen.availHeight - height)/2;
   features = 'status=0,scrollbars=0,width=' + width + ',height=' + height + ',left='+ left + ',top=' + top  
   window.open(theURL,winName,features);
}