
	function popupSendFriend(vFile){
nuWindow = window.open("http://lastminutehuntingandfishing.com/sendtofriend.aspx",'pro','width=400,height=400,top=' + (screen.height/2-255) + ',left=' + (screen.width/2-250));
nuWindow.focus();


}

