function openIt(theURL){
window.open(theURL,'helperwindow','resizable=yes,width=350px,height=420px,status=no,left=350,screenx=350,top=150,screeny=150,location=no,toolbar=no,scrollbars=no,titlebar=no');
}

function openJunky(theURL){
window.open(theURL,'helperwindow','resizable=yes,width=350px,height=325px,status=no,left=350,screenx=350,top=150,screeny=150,location=no,toolbar=no,scrollbars=no,titlebar=no');
}

function openLink(theURL) {
window.open(theURL,'linkwindow','resizable=yes,width=765px,height=465px,status=no,left=200,screenx=200,top=100,screeny=100,location=no,toolbar=no,scrollbars=yes,titlebar=no');
}

function closeIt() {
	  {self.top.close();}
}

onLoad = window.focus()

	function win_name() {
	window.opener.location="/contact/shipping.html"
	window.close()
}

function win_close() {
		window.close()
}