
// E-mail Hider
function MailWEB() {
    var ename = "Web";
    var name = "Webmaster";
    var host = "PerfectSites";
    var ext = ".com";
    var delim = "\@";
    var href = "mailto:";
    var text = "\<a href='" + href + ename + delim + host + ext + "'>" + name + "</a>";
document.write(text);
}


 
function calc(){
a = document.rate.quantity.options[document.rate.quantity.selectedIndex].value;

p = document.rate.period.options[document.rate.period.selectedIndex].value;
t = 0;

{
if (p == '1' & a == '1'){t = 24.00;} 		
if (p == '2'  & a == '1'){t = 35.00;} 	
if (p == '4' & a == '1'){t = 137.00;} 	

if (p == '1' & a == '2'){t = 48.00;} 		
if (p == '2'  & a == '2'){t = 70.00;} 	
if (p == '4' & a == '2'){t = 274.00;} 	

if (p == '1' & a == '3'){t = 72.00;} 			
if (p == '2'  & a == '3'){t = 105.00;} 		
if (p == '4' & a == '3'){t = 411.00;} 	

if (p == '1' & a == '4'){t = 96.00;} 		
if (p == '2'  & a == '4'){t = 140.00;} 	
if (p == '4' & a == '4'){t = 548.00;} 	

<!-- } -->

t=Math.floor(t*100)/100;

document.rate.total.value = '$'+t;  

} <!-- end else -->

}


	function goShowPolicy(resCtrl) {
		var w = 588
		var h = 472
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl
		theUrl=''+resCtrl+'.html';
		reWin = window.open(theUrl,'Policy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'+winprops);}
		
		

//Script created by Ronny Drappier, http://sipreal.com
//Visit http://javascriptkit.com for this script

    today=new Date();
    y0=today.getFullYear();

  // end hiding
  

