//ÀÌ¹ÌÁö ´Ù¿î·Îµå ÇÔ¼ö 
//alert(1111);
 function zoomPopup(no)
{
 newin=window.open(''+ no +'', "0", 'width=500,height=677,top=0,left=0,scrollbars=no,resizable=no');
  newin.document.write("<html><head><title>Poster</title></head><body background='"+no+"' onclick='self.close()' style='cursor:hand' title='´Ý±â'></body></html>");
 
}