
function openIMG(id){

	newWin = window.open( "index.php?p=6&img="+id , "IMG0" ,"scrollbars=yes, resizable=yes, width=600, height=480, top=100, left=50");

}