var file;
function getDetails(fl,w,h){
	file=fl;
	window.open("detail.html","detailsWin","width="+w+",height="+h+",top="+((screen.height/2)-(w/2))+",left="+((screen.width/2)-(h/2))+",toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=yes,directories=no,location=no");
}
