<!-- //  shop popup scripts
// open the window for the shipping terms
// this is deprecated
function openShippingPopup(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=7640","shipping_popup","width=575,height=450,location=no,menubar=no,scrollbars=yes");
	resourceWindow.focus();
}
// a collection of window opens for the order tunnel
function openCVV(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=4623","cvv_popup","width=575,height=475,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openKodakPOP(theURL){
	var w = window.open(theURL,"pnPopup","width=200,height=200");
        w.close();
	openPopup(theURL, 450, 585);
}
function openKodakPOPTax(theURL){
	var w = window.open(theURL,"pnPopup","width=200,height=200");
        w.close();
	openPopup(theURL, 450, 585);
}
function openLargeKodakPOP(theURL){
	var w = window.open(theURL,"pnPopup","width=200,height=200");
        w.close();
	openPopup(theURL, 450, 800);
}
function openSmallKodakPOP(theURL){
	var w = window.open(theURL,"pnPopup","width=200,height=200");
        w.close();
	openPopup(theURL, 250, 585);
}
// 
function openfreeShipWin(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=5757","dfis_info_popup","width=625,height=475,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openfreeShipDockAdapter(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=7349","dfis_info_popup","width=625,height=475,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openFreeShipWinEAMER(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=7754","dfis_info_popup","width=575,height=450,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openSpecialOffersEAMER(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=7754","dfis_info_popup","width=575,height=450,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openGalleryPromoWin(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=8777","dfis_info_popup","width=575,height=475,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
function openOlympicPinWin(){
	resourceWindow = window.open("/eknec/PageQuerier.jhtml?pq-path=8778","dfis_promo_popup","width=575,height=375,location=no,menubar=no,scrollbars");
	resourceWindow.focus();
}
var newWin = null;
function closeNewWin(){
	if (newWin != null){
		if(!newWin.closed)
			newWin.close();
	}
}
function demo_popup(sURL,sType,sHeight,sWidth) {
	closeNewWin();
	var sOptions="";
	if (sType=="console") sOptions="scrollbars,resizable,height="+sHeight+",width="+sWidth;
	if (sType=="fixed") sOptions="status,height="+sHeight+",width="+sWidth;
	if (sType=="elastic") sOptions="toolbar,menubar,scrollbars,resizable,location,height="+sHeight+",width="+sWidth;
	newWin = window.open(sURL, 'newWin', sOptions);
	newWin.focus();
}
function promo_popup(sURL,sType,sHeight,sWidth) {
	closeNewWin();
	var sOptions="";
	if (sType=="console") sOptions="scrollbars=yes,resizable=yes,height="+sHeight+",width="+sWidth;
	if (sType=="fixed") sOptions="height="+sHeight+",width="+sWidth;
	if (sType=="elastic") sOptions="toolbar=yes,scrollbars=yes,height="+sHeight+",width="+sWidth;
	newWin = window.open(sURL, 'newWin', sOptions);
	newWin.focus();
}
var helpWin = null;
function closeHelpWin(){
	if (helpWin != null){
		if(!helpWin.closed)
			helpWin.close();
	}
}
function livehelp_popup(sURL,sType,sHeight,sWidth) {
	closeHelpWin();
	var sOptions="";
	if (sType=="console") sOptions="scrollbars=yes,resizable=yes,height="+sHeight+",width="+sWidth;
	if (sType=="fixed") sOptions="height="+sHeight+",width="+sWidth;
	if (sType=="elastic") sOptions="toolbar=yes,scrollbars=yes,height="+sHeight+",width="+sWidth;
	helpWin = window.open(sURL, 'helpWin', sOptions);
	helpWin.focus();
}
// a cart function
function continueShopping(){
	location=document.continue_shopping.nav_choices.options[document.continue_shopping.nav_choices.selectedIndex].value;
}
// -->

function getFlash(){
var win = window.open('http://www.adobe.com/products/flashplayer/','getFlash','toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=795,height=575,left = 150,top = 75');
win.window.focus();
}