function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function chimg(iName,str){
	document.images[iName].src = str;
}

function summer_popwin(url) {
window.open(url,'summer_pop','height=740,width=980,scrollbars=no,status=no,resizable=no,top=10,left=10');
}
function summer_popwins(url) {
window.open(url,'summer_pops','height=555,width=735,scrollbars=no,status=no,resizable=no,top=10,left=10');
}

function aw_popwin(url) {
window.open(url,'summer_pop','height=700,width=960,scrollbars=no,status=no,resizable=no,top=10,left=10');
}

function dphoto(url,num) {
if(num==1){
var page = window.open("", "", "height=700,width=469,scrollbars=no,status=no,resizable=no,top=10,left=10");
page.document.open();
page.document.write("<html><head><title>Detail Photo | AG</title></head><body style=\"margin:0\">");
page.document.write("<a href=\"javascript:window.close();\"><img src=\""+url+"\" alt=\"AG\" width=\"469\" height=\"700\" border=\"0\" /></a></body></html>");
page.document.close();
}else{
var page = window.open("", "", "height=500,width=500,scrollbars=no,status=no,resizable=no,top=10,left=10");
page.document.open();
page.document.write("<html><head><title>Detail Photo | AG</title></head><body style=\"margin:0\">");
page.document.write("<a href=\"javascript:window.close();\"><img src=\""+url+"\" alt=\"AG\" width=\"500\" height=\"500\" border=\"0\" /></a></body></html>");
page.document.close();
}
}