// JavaScript Document
function terms(){
	window.open("http://www.blitzwebsolutions.com/terms.php","Terms","scrollbars=yes,resizable=no,width=500,height=500");
}
function privacy(){
	window.open("http://www.blitzwebsolutions.com/privacy.php","Privacy","scrollbars=yes,resizable=no,width=500,height=490");
}
