function popup(href){		
  commentBox = window.open(href,'comment','width=450,height=400,left=400,top=0,scrollbars=yes,resizable=no');	    
  commentBox.focus();
}

function reclame(href){		
  commentBox = window.open(href,'comment','width=400,height=108,left=0,top=0,scrollbars=no,resizable=no');	    
  commentBox.focus();
}

function show(img, w, h){			
  picWindow = window.open('pages/picpopup.php?img=../resources/images/'+img,'pic_win','width='+ w +',height='+ h +',scrollbars=no,resizable=yes');	    
  picWindow.moveTo(0,0);
  picWindow.resizeTo(w, h);
  picWindow.focus();  
}	

		

