var win = null;
function yenisayfa(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+','
win = window.open(mypage,myname,settings)
var ayar="<html><title>"+myname+"</title><body topmargin=0 leftmargin=0><img src='"+mypage+"' width='"+w+"' height='"+h+"'></img></body></html>"
win.document.write(ayar)
}

var win = null;
function yeniresim(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+','
win = window.open(mypage,myname,settings)
var ayar="<html><title>"+myname+"</title><body topmargin=0 leftmargin=0><img src='"+mypage+"' width='"+w+"' height='"+h+"'></img></body></html>"
win.document.write(ayar)
}


function FavBook()
{
url = "http://www.bolgetekmak.com.tr";
title = "";
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
}
else if( window.external )
{
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print)
{
return true;
}
}


function KarFavBook(url,title)
{
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
}
else if( window.external )
{
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print)
{
return true;
}
}

