// JavaScript Document

function show(resim,nam){

exec=("showpct.php?take="+resim+"&wrt="+nam);

open (exec,"","height=450,width=600,scrollbars=yes,resizable=yes,status=no,menubar=no,toolbar=no,location=0,fullscreen=0,center=0");
}
