function showSecuritySeal(seal)
{	
	if (seal == "TrustWave")
	{	document.write("<img id=\"trustwaveSealImage\" src=\"/images/WebSite/secure/trustwave_seal.png\" border=\"0\" style=\"cursor:pointer;\" onclick=\"javascript:window.open('http://sealserver.trustwave.com/cert.php?customerId=w6ozAYfC7JraByuZrnfZ13XmgYYBnG&size=105x54&style=normal&language=en&customerType=tk', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=700, height=550'); return false;\" oncontextmenu=\"javascript:alert('Copying Prohibited by Law - Trusted Commerce is a Service Mark of TrustWave Holdings, Inc.'); return false;\" alt=\"This site protected by Trustwave's Trusted Commerce program\" title=\"This site protected by Trustwave's Trusted Commerce program\" />");
	}
	else if (seal == "Thawte")
	{
		if ("https:" == document.location.protocol)
			document.write("<script src=\"https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe\"></script>");
		else
			document.write("<script src=\"http://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe\"></script>");
	}
	else if (seal == "Thawte54")
	{	document.write("<img id=\"ThawteSealImage\" src=\"/images/WebSite/secure/thawte54.png\" border=\"0\" style=\"cursor:pointer;\" onclick=\"javascript:window.open('https://seal.thawte.com/thawtesplash?form_file=fdf/thawtesplash.fdf&dn=www.gifttool.com&lang=en','_blank','left=20,top=20,width=510,height=610,toolbar=1,resizable=0'); return false;\" oncontextmenu=\"javascript:alert('Copying Prohibited by Law'); return false;\" alt=\"This site protected by Thawte\" title=\"This site protected by Thawte\" />");
	}
}

