function where(param)
{
document.getElementById('yer').innerHTML=param;
}
// açılır pencere
function wpopUpOpen(url,wtitle,size){
	windw = window.open(url,wtitle,"scrollbars=yes,status=yes,width="+size[0]+",height="+size[1]+",left="+((screen.width - size[0]) / 2)+",top="+((screen.height - size[1]) / 2));
	windw.focus();
}
function acil(sPicURL) {
window.open("resim.html?"+sPicURL, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbar=no, resizable=yes, height=200, width=200, left=400, top=200, screenx=10, screeny=10");
}