//Prevent From Bots to send emails

function SalesEmail()
{

	var prefix1 = "sales";
	var postfix1 = "scolpy";
	var tldfix1 = ".net";
	var whole = "<img src='http://style.scolpy.net/images/misc/sales_email.png' width='98' height='13' border='0' alt='' />";
	var mmail = "mail";
	var mto = "to:";
	document.write('<a href="' + mmail + mto + prefix1 + "@" + postfix1 + tldfix1 + '">' + whole + '</a>');

}

function SupportEmail()
{

	var prefix1 = "support";
	var postfix1 = "scolpy";
	var tldfix1 = ".net";
	var whole = "<img src='http://style.scolpy.net/images/misc/support_email.png' width='113' height='13' border='0' alt='' />";
	var mmail = "mail";
	var mto = "to:";
	document.write('<a href="' + mmail + mto + prefix1 + "@" + postfix1 + tldfix1 + '">' + whole + '</a>');

}