﻿// LastRender Art Studios
function openHaber(id)
{
    window.open("haberDetay.aspx?Id="+id ,"myNews","menubar=0,resizable=0,scrollbars=1,width=450,height=600");
}
function openForm(id)
{
    window.open("hrForm.aspx?Id="+id ,"myForm","type=fullWindow,fullscreen,menubar=1,resizable=1,scrollbars=1");
}
function openDoc01()
{
    window.open("iso.html" ,"myDoc01","menubar=0,resizable=0,scrollbars=1,width=620,height=600");
}
function openDoc01Eng()
{
    window.open("isoEng.html" ,"myDoc01Eng","menubar=0,resizable=0,scrollbars=1,width=620,height=600");
}
function openDoc02()
{
    window.open("fidic.html" ,"myDoc02","menubar=0,resizable=0,scrollbars=1,width=620,height=600");
}
function openDoc03()
{
    window.open("efca.html" ,"myDoc03","menubar=0,resizable=0,scrollbars=1,width=620,height=600");
}

