// if (navigator.appVersion.indexOf("Mac")!= -1)
// {
// document.write('<link rel="stylesheet" type="text/css" href="/css/mac.css" />');
// }
// else
// {
// document.write('<link rel="stylesheet" type="text/css" href="/css/win.css" />');
// }

function pageBack()
{
	if (document.referrer) {history.back();}
	else {location.href = '/';}
}

function newin(url, ww, hh)
{
newindow = window.open(url, "newWindow", "width="+ww+",height="+hh+",scrollbars=1,resizable=1,toolbar=0,manubar=0,location=0,status=0");
newindow.focus();
}

