// ...
var w = (screen.width - 100);
var h = (screen.height - 200);
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
var fs = 'no';
if ( type == 'image' ) {
newwin = window.open(URL,'NEWWIN','fullscreen=no,status=yes,resizable=yes,top=0,left=0,width=600,height=550,scrollbars=yes,dependent=no,menubar=no','replace');
}
if ( type == 'pricing' ) {
newwin = window.open(URL,'NEWWIN','fullscreen=no,status=yes,resizable=yes,top=0,left=0,width=800,height=600,scrollbars=yes,dependent=no,menubar=no','replace');
}
if (parseInt(navigator.appVersion) >= 4) { newwin.window.focus(); }
} // -->
function check_restrictions() {
if ( document.product.restrictions_approve.checked == true ) {
return true;
} else {
alert("Click the checkbox to confirm that you meet\nthe purchasing requirements for this item.");
return false;
}
}
function update_price(thisVal) {
var price = document.getElementById('price');
var myArray = new Array();
var mainprice = '9.99';
myArray['range'] = 'starting at $9.99'
mainprice = mainprice * 1;
myArray[thisVal] = myArray[thisVal] * 1;
var totalprice = new Number(mainprice + myArray[thisVal]);
totalprice = totalprice.toFixed(2);
var spanprice = myArray['range'];
if(thisVal == '') {
price.innerHTML = spanprice;
document.product.mv_order_mv_price.value = '$9.99';
}
else {
price.innerHTML = "$" + totalprice;
document.product.mv_order_mv_price.value = totalprice;
}
return true;
}

©2005 Lawmen's Safety Supply. All Rights Reserved.
Homepage | Shopping | Bid
Request | Customer
Service| About Lawmen's | Site
Map