function resimlerim(){
doPopUpWindow = window.open("resimlerim/index.html","George","width=800,height=600");
}
function kimdir(){
doPopUpWindow = window.open("kimdir.html","George","width=500,height=800");
}
function iletisimformu(){
doPopUpWindow = window.open("contact/iletisim.html","George","width=480,height=300");
}
function ziyaretcidefteri(){
doPopUpWindow = window.open("guestbook/index.php","George","width=800,height=600");
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=800,left = 315,top = 250');");
}
