function openwindow()
{
	window.open("ships-from-usa.php","mywindow","menubar=0,resizable=0,width=300,height=300");
}

function openwindow2()
{
	window.open("priority-shipping.php","mywindow","menubar=0,resizable=0,width=300,height=300");
}