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);}
