function winopen(url,targ,p1,p2,p3,p4,p5,p6,w,h){
window.open(url, targ, 'toolbar='+p1+',location='+p2+',status='+p3+',menubar='+p4+',scrollbars='+p5+',resizable='+p6+',width='+w+',height='+h);
}

function ifrmcreate(adres,nereye,genislik,uzunluk,fborder,frmad,scrll){
var k=nereye;
var e=document.createElement("iframe"),h={name:frmad,src:adres,frameBorder:fborder,width:genislik,height:uzunluk,marginWidth:"0",marginHeight:"0",hspace:"0",vspace:"0",
allowTransparency:"true",scrolling:scrll,id:frmad};
for(var l in h){e.setAttribute(l,h[l])}
k.appendChild(e);}

function newpost(habid){
if(document.getElementById("eklefrm")){
var postdiv=document.getElementById("eklefrm");
postdiv.style.display="block";
postdiv.innerHTML="";
ifrmcreate("yorum.asp?id="+habid,postdiv,"100%","340px","0","postcomment","no");
}
}

function resizeOuterTo(w,h) {
 if (parseInt(navigator.appVersion)>3) {
   if (navigator.appName=="Netscape") {
    top.outerWidth=w;
    top.outerHeight=h;
   }
   else top.resizeTo(w,h);
 }
}
