/* From Kodak for Landing Pages */
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();}