<!--

function video(hedef)
{
var yuksek_popup=380;
var Y = (screen.height - yuksek_popup) / 2;
var genis_popup=380;
var G = (screen.width - genis_popup) / 2;
pop_up = window.open(hedef,"Popup","menubar=no,status=1,scrollbars=0,resizable=0,height="+yuksek_popup+",width="+genis_popup+",top="+Y+",left="+G);
}

function KRK(kroki)
{
window.open(kroki,"isim","menubar=0, scrollbars=0, width=665, height=185, status=1, resizable=0, top=280, left=230");
}

function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}

//-->