function popUp(page)
{
	window.open(page,"auxWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,width=980,height=750')
}

function cmsPopUp(page)
{
	window.open(page,"cmsWindow",'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=1000,height=750')
}

function imagePopUp(page)
{
	window.open(page,"imageWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=650,height=650')
}

function bannerPopUp(page)
{
	window.open(page,"bannerWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=800,height=300')
}

function receiptPopUp(page)
{
	window.open(page,"receiptWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=300,height=400,left=350,top=150')
}

function labelPopUp(page)
{
	window.open(page,"labelWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=250,height=100')
}

function pickTicketPopUp(page)
{
	window.open(page,"pickTicketWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=800,height=600')
}

function shipmentPopUp(page)
{
	window.open(page,"shipmentWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=800,height=600')
}

function privacyPolicyPopUp(page)
{
	window.open(page,"privactyPolictyWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=800,height=600')
}

function termsOfServicePopUp(page)
{
	window.open(page,"termsofserviceWindwo",'toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,width=800,height=600')
}
