var F_A,F_B,F_CH,F_CL,F_DB,F_E,F_F,F_L,F_MT,F_MV,F_R,F_SE,F_SU,F_U,F_HR,F_MU,F_MD;
function F_e(){} function F_n(){} function F_onLoaded(){}
function F_loadRollover(){} function F_roll(){}

function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','','URL','./artcar.html','width',450,'height',350,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
	F_pageLoaded('Layout');
}

function checkout() {
	window.location="checkout.php";	
}

function continueshopping() {
	window.location="products.php";	
}

function checksameasbilling() {
	checked=document.getElementById('same_bill_as_ship').checked;
	shipping_table=document.getElementById('product_order_form_nested');
	if (checked) {
		shipping_table.style.display="none";
	} else {
		shipping_table.style.display="";
	}
	//setTimeout('checksameasbilling()',1000);
}
