function gotourl(){  
for(i=0;i<=gotourl.arguments.length-1;i+=2){  
window.open(gotourl.arguments[i],gotourl.arguments[i+1],"width=1000, height=700, top=60, left=60, toolbar=no, resizable=yes, scrollbars=yes");  
// ¹Ù·Î À­ ÁÙ ´ë½Å ¾Æ·¡°É »ç¿ëÇÏ¸é ÆË¾÷Ã¢ÀÇ ¼Ó¼ºÀ» ÁöÁ¤ÇÒ ¼ö ÀÖ½À´Ï´Ù. 
// window.open(gotourl.arguments[i],gotourl.arguments[i+1],"toolbar=no, width=350, height=200");  
// window.open(gotourl.arguments[i],gotourl.arguments[i+1]); 
} 
}  

