function openWindow(e,f,g){window.open(e,f,g)}function wopen(g,e,f){option="top=0,left=0,toolbar=no,scrollbars=auto,location=no,width="+e+",height="+f;text='<html>\n<head>\n<title>Image dettail</title>\n<meta htto-equiv="imagetoolbar" content="no"><meta http-equiv="autosize" content="off">\n</head>\n<body style="background:#000000;margin:0 auto;padding:0;">\n<a href="javascript:window.close()"><img border=0 title="Click for close window" alt="Image" src='+g+" /></a>\n</body>\n</html>";newWindow=window.open("","",option);newWindow.document.write(text)}function jumpMenu(targ,selObj,restore){eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");if(restore){selObj.selectedIndex=0}}function checkAll(e,d){for(a=0;a<e.elements.length;a++){if(e.elements[a].id.indexOf("delete_")==0){e.elements[a].checked=d}}}function AddToFavorites(){var d=document.title;var b=location.href;if(window.sidebar){window.sidebar.addPanel(d,b,"")}else{if(window.opera&&window.print){var c=document.createElement("a");c.setAttribute("href",b);c.setAttribute("title",d);c.setAttribute("rel","sidebar");c.click()}else{if(document.all){window.external.AddFavorite(b,d)}}}};