<!--
//Brake frames
if (window != window.top)
top.location.href = location.href;

var myadomain="www.astroloji.com.tr";var mydomain=window.location.hostname;
function swcdomain() {try {if (mydomain !=myadomain)top.location.href="http://"+myadomain;}catch(e){}}
swcdomain();

//Ic.Shortcut
document.write("<link rel='Shortcut Icon' href='/favicon.ico'>");

//w default status
window.defaultStatus=".:: Astroloji ::.";

//popup wo scrolls
function popup(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizable=no'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}
}

//popup w scrolls
function popupsc(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars,resizable'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}
}

//popup noresize
function popupnr(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars,resizable=no'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}
}

//popup contact
function contact()
{
var w = 500;
var h= 394;
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizable=no'
win = window.open('contactform.asp', 'Contact_Window', winprops)
if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}
}

//popup https pos
function popuppos(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',status,scrollbars=no,resizable'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}
}

//popup form post
function postnew(w,h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizable=no'
_win = window.open('','postform.target',winprops);
if(typeof(focus)=="function")
_win.focus();
return true;
}
//-->
