// JavaScript Document
/*
function popItem(foldername)
{
	window.open (foldername, "mywindow","width=712,height=496,top=0,left=0,,location=1,status=1,toolbar=0,scrollbars=1"); 	
}
*/
function popDistributor(url) {
	var spec = "\"toolbar=no, width=785,height=530";
	spec += ",directories=no,location=yes,status=no,scrollbars=yes,resizable=no,menubar=no\"";
	window.open(url,'distributor',spec);
}

function popItem(url) {
	var spec = "\"toolbar=no, width=694,height=492";
	spec += ",directories=no,location=yes,status=no,scrollbars=no,resizable=no,menubar=no\"";
	window.open(url,'item',spec);
}

function popDisclaimer() {
	var spec = "\"toolbar=no, width=785,height=330";
	spec += ",directories=no,location=yes,status=no,scrollbars=yes,resizable=no,menubar=no\"";
	window.open('../disclaimer/','disclaimer',spec);
}

function popPrivacy() {
	var spec = "\"toolbar=no, width=785,height=530";
	spec += ",directories=no,location=yes,status=no,scrollbars=yes,resizable=no,menubar=no\"";
	window.open('../privacystatement/','disclaimer',spec);
}

function popContact_us() {
	var spec = "\"toolbar=no, width=785,height=560";
	spec += ",directories=no,location=yes,status=no,scrollbars=yes,resizable=no,menubar=no\"";
	window.open('../contact_us/','disclaimer',spec);
}