// JavaScript Document
function $(str){
	return document.getElementById(str);
}
// For Popups
function privacy_policy(){
	window.open('/include/TOS/privacy_policy.htm','privacy_policy','width=650,height=550,top=100,left=300,scrollbars=no');
}
function terms_of_agreement(){
	window.open('/include/TOS/terms_of_agreement.htm','terms_of_agreement','width=650,height=550,top=100,left=300,scrollbars=no');
}
function contact_us(){
	window.open('/include/TOS/contact_us.htm','contact_us','width=515,height=340,top=100,left=300,scrollbars=no');
}