// JavaScript - popups for sparkle

function popup_ci(targetURL){
   var ci = null; 
   
   ci = window.open (targetURL, "popupwindow", "toolbar=no, location=no, status=no, resizable=no, width=820, height=630");
   ci.focus();
   ci.moveTo(0,0);
}


function popup_eflyers(targetURL){
   var eflyers = null; 
   
   eflyers = window.open (targetURL, "popupwindow", "toolbar=no, location=no, status=no, resizable=no, width=370, height=420");
   eflyers.focus();
   eflyers.moveTo(0,0);
}


function popup_prints(targetURL){
   var prints = null; 
   
   prints = window.open (targetURL, "popupwindow", "toolbar=no, location=no, status=no, resizable=no, scrollbars=yes, width=370, height=420");
   prints.focus();
   prints.moveTo(0,0);
}

function popup_recong(targetURL){
   var prints = null; 
   
   prints = window.open (targetURL, "popupwindow", "toolbar=no, location=no, status=no, resizable=no, scrollbars=yes, width=210, height=320");
   prints.focus();
   prints.moveTo(0,0);
}

function popup_recong02(targetURL){
   var prints = null; 
   
   prints = window.open (targetURL, "popupwindow", "toolbar=no, location=no, status=no, resizable=no, scrollbars=yes, width=720, height=1613");
   prints.focus();
   prints.moveTo(0,0);
}
