function PassData() {
			if (document.checkout.shipping.checked ) {
			    document.checkout.SName.value=document.checkout.BName.value
			    document.checkout.SAddress.value=document.checkout.BAddress.value
			    document.checkout.SAddress2.value=document.checkout.BAddress2.value
			    document.checkout.SCity.value=document.checkout.BCity.value
			    document.checkout.SState.value=document.checkout.BState.value
			    document.checkout.SZip.value=document.checkout.BZip.value
			    document.checkout.SCountry.value=document.checkout.BCountry.value
			    document.checkout.SPhone.value=document.checkout.BPhone.value
			    document.checkout.SFax.value=document.checkout.BFax.value
			}
		}


function newWindow(page) {
		popWindow = window.open(page, 'linkWin', 'width=400,height=300,scrollbars=yes,resizable=yes');
		popWindow.focus();
	}



	function PicSpec() {
		NewWindow = window.open("picspec.html", "InsWin", "width=330,height=250,scrollbars=yes")
	}


 
	function PicSearch() {
		LeftPos = 0
    		if (screen) {
        		LeftPos =screen.width -540
    			}
		ImgWindow = window.open('PicSearch.asp', 'adWin', 'width=600,height=500,left='+LeftPos+',top=0,scrollbars=yes')
	}
