function footersafeShoppingPopUp()
{
	var url = strURLjs + "/popups/safeshoppingpopup.asp?VID=" + vidjs;
	var width = 400;
	var height = 350;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}
function footerdeliveryPopUp()
{
	var url = strURLjs + "/popups/deliverypolicy.asp?VID=" + vidjs;
	var width = 500;
	var height = 450;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}
function footerprivacyPopUp()
{
	var url = strURLjs + "/popups/privacypolicypopup.asp?VID=" + vidjs;
	var width = 450;
	var height = 500;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}
function footersubPolicyPopup()
{
	var url = strURLjs + "/popups/SubstitutionPolicy.asp?VID=" + vidjs;
	var winleft = 0;
	var wintop = 0;
	var width = 450;
	var height = 350;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}
function footeraboutus()
{
	window.location = strURLjs + "/aboutus.asp";
}
function footersitemap()
{
	window.location = strURLjs + "/sitemap.asp";
}
function footerhome()
{
	window.location = strURLjs + "/";
}
function footerEmailReg()
{
	window.location = strURLjs + "/emailreg.asp";
}
