<!--
	document.write("<STYLE TYPE=text/css>");
	
	document.write("a:link { color: #f302ba; text-decoration: none;}");
	document.write("a:visited { color: #f302ba!important; text-decoration: none;}");
	document.write("a:active { color: #251e1c; text-decoration: none;}");
	document.write("a:hover { color: #f302ba; text-decoration: underline;}");

	if(navigator.userAgent.indexOf("Mac") != -1){
		if(navigator.appName.charAt(0) == "M"){
		//Mac IE(safari) 
			document.write("a.al:hover { color: #f302ba; text-decoration: underline;}");
			document.write(".text1 { font-family : 'qMmpS Pro W3' ; font-Size: 12px; font-style: normal; font-Weight: normal; line-height:16px}");
			document.write(".text2 { font-family : 'qMmpS Pro W3' ; font-Size: 12px; font-style: normal; font-Weight: bold; line-height:24px}");
		} else {
		//Mac NN(FireFox) 
				if( parseInt(navigator.appVersion) >= 5 ){
				document.write("a.al:hover { color: #f302ba; text-decoration: underline;}");
				document.write(".text1 { font-family : 'qMmpS Pro W3' ; font-Size: 12px; font-Weight: normal; line-height:16px}");
				document.write(".text2 { font-family : 'qMmpS Pro W3' ; font-Size: 12px; font-Weight: normal; line-height:24px}");
			} else {
			document.write(".text1 { font-family : 'qMmpS Pro W3' ; font-Size: 12px;  font-Weight: normal; line-height:17px}");
			document.write(".text2 { font-family : 'qMmpS Pro W3' ; font-Size: 12px;  font-Weight: normal; line-height:25px}");
			}
		}
	} else {
		if(navigator.appName.charAt(0) == "M"){
		//Win IE 
			document.write("a.al:hover {color: #f302ba; text-decoration: underline;}");
			document.write(".text1 { font-family : 'lr oSVbN' ; font-Size: 12px; font-Weight: normal; line-height:16px}");
			document.write(".text2 { font-family : 'lr oSVbN' ; font-Size: 12px; font-Weight: normal; line-height:24px}");
		} else {
		//Win NN(Mozillan) 
	  		if( parseInt(navigator.appVersion) >= 5 ){
				document.write("a.al:hover {color: #f302ba; text-decoration: underline;}");
				document.write(".text1 { font-family : 'lr oSVbN' ; font-Size: 13px; font-Weight: normal; line-height:17px}");
				document.write(".text2 { font-family : 'lr oSVbN' ; font-Size: 13px; font-Weight: normal; line-height:25px}");
			} else {
				document.write(".text1 { font-family : 'lr oSVbN' ; font-Size: 13px; font-Weight: normal; line-height:17px}");
				document.write(".text2 { font-family : 'lr oSVbN' ; font-Size: 13px; font-Weight: normal; line-height:25px}");
			}
		}
	}

	document.write("</STYLE>");

//-->

function s_cast( filename ) {
        S = window.open(filename,"popup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=400");
S.focus();
} 

function s_cast2( filename ) {
        S = window.open(filename,"popup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=280");
S.focus();
} 