function Img2(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=yes,toolbar=yes,height=460,width=500");
	newWin2.focus();
}

function Win2(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=yes,scrollbars=yes,menubar=yes,toolbar=yes,height=500,width=640");
	newWin2.focus();
}

function Win3(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=no,toolbar=yes,height=250,width=500");
	newWin2.focus();
}

function Win4(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=no,toolbar=yes,height=580,width=610");
	newWin2.focus();
}

function loader() {
	LoadPage= open("/loader.html","LoaderWin","resizable=no,height=50,width=400,left=30,top=10");
	LoadPage.focus();
 }

function unloader() {
	LoadPage.close();
	self.focus(); 
}

function openEmailFriendWindow(contentId, channelId, hrf){
	//alert("hrf:"+hrf);
	
	
	 var lc = document.location.host;
	 var pname = document.location.pathname;
	 var domain = document.location.host;
	  
	window.open("/send_email_dlg.php?hrf="+hrf+"&channelId="+channelId+"&articleId="+contentId,null ,"scrollbars=yes,height=600,width=620");
	
}


  function viewPrint(){
	  
	  var lc = document.location.host;
	  var pname = document.location.pathname;
	  var domain = document.location.host;
	  
	  
	  window.open("http://www.poz.com/printView.php?page="+pname+"&domain="+domain,"calWin", "width=700,resize=yes,height=500,left=200,location=no,scrollbars=yes");
	  
	  
	  
	  
  }


// loader();