
// JavaScript Document

var siteBaseURL = 'http://www.kustomairstrike.com/';
var siteDomain = 'http://www.kustomairstrike.com';

function sendToFriend(sect, title){
	window.open('/html_gl/sendfriend.php?sect='+encodeURIComponent(sect)+'&ttl='+encodeURIComponent(title), 'sendToFriendWindow', 'resizable=0,width=500,height=460,scrollbars=1,status=1');
}
function printProduct(pid){
	window.open('/html_gl/product_print.php?id='+pid, 'productPrint', 'resizable=0,width=500,height=560,scrollbars=1,status=1');
}
function commentPolicy(){
	window.open('/html_gl/comment_policy.php', 'commentPolicy', 'resizable=0,width=500,height=560,scrollbars=1,status=1');
}
function downloadPopup(file, dlsize) {
	window.open('/html_gl/download.php?file='+file+'&size='+dlsize+'', '', 'resizable=0,width=680,height=380,scrollbars=1');
}