function details(choice,wt,ht)
 		{ 
var options="toolbars=no,maximize=no,resize=no,scrollbars=yes,width="+wt+",height="+ht+",location=no,directories=no";
confirmWin=window.open(choice,'theconfirmWin',options);
		}

