

/* index */

document.write('<STYLE TYPE="text/css"><!--');
if(navigator.appVersion.indexOf("Mac") >= 1){
	document.write('.css5 {font-Size:14px; line-height:20px}');
	document.write('.css4 {font-Size:12px; line-height:18px}');
	document.write('.css3 {font-Size:10px; line-height:14px}');
	document.write('.css2 {font-Size:9px; line-height:12px}');
	document.write('.css1 {font-Size:8px; line-height:11px}');
	}
else{
	document.write('.css5 {font-Size:18px; line-height:22px}');
	document.write('.css4 {font-Size:14px; line-height:18px}');
	document.write('.css3 {font-Size:12px; line-height:16px}');
	document.write('.css2 {font-Size:10px; line-height:14px}');
	document.write('.css1 {font-Size:9px; line-height:12px}');
	}
document.write('//--></STYLE>');
function window_open(w,h,s_data){
ww=w.substring(0,w.length);
hh=h.substring(0,h.length);
ss_data = s_data;
setTimeout('go_s(ww,hh,ss_data)',1000);
}
   function go_s(wi,he,s_data) {
 Middle = window.open(s_data, "middle_win", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width="+wi+",height="+he);
    }

function gotosite(site) {
        if (site != "") {
                location=site
        }
}

