//forgot pass function
function forgotPass(user) {
	window.open("mailto:support@buytargetedemaillist.com?subject=Forgot Password&body=I forgot the password for my account "+user+". Can you please send it to my email address. Thanks.");
}


//members login function
function login(user,pass) {
	//alert(user+':'+pass);
	window.open('http://www.buytargetedemaillist.com/userlogin.php?u='+user+'&p='+pass,'_self');
}


// triggers when user clicks on the Download Now link in the Free Bonus box
function downloadFreeBonus() {
	window.open("free-bonus.exe ","_self");
}

// triggers when user clicks on the Free Sample box
function openFreeSample() {
	window.open("https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&business=goldwell69@yahoo.com&item_name=Download+6+Million+Fresh+Opt+in+Email+List+Every+Month+For+Only+%24150+Per+Month.&item_number=download6millionemails&no_shipping=1&no_note=1&currency_code=USD&a3=150&p3=30&t3=D&src=1&sra=1");
}


