if (document.layers)
	{
	if (navigator.platform.indexOf("Win") != -1)
		{
		document.write('<link rel=stylesheet type="text/css" href="/styles/styles_ns.css">');
		}
	else
		{
		document.write('<link rel=stylesheet type="text/css" href="/styles/styles_ns_mac.css">');
		}
	}
else
	{
	document.write('<link rel=stylesheet type="text/css" href="/styles/styles_ie.css">')
	}

function PopUp(URL) {
var l = 121;
var t = 119;
var w = 640;
var h = 480;
var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,status=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,"MenuPopup",windowprops);
}


function PopUp2(URL) {
var l = 121;
var t = 119;
var w = 794;
var h = 580;
var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,status=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,"MenuPopup",windowprops);
}
function popup(sayfa,width,height)
{
msgWindow=window.open(sayfa,"msgWindow","toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=yes, width="+width+", height="+height+"");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);

