<!--
function popUpSmS(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=650');");
}
// -->
<!--
function popUpALLplayers(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=690');");
}
// -->
window.defaultStatus='Radio';

		function PopUpe(gde) {
   				 msgWindow=window.open(gde,
                "popupe",
                "width=750,height=350,toolbar=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no"
                );
				msgWindow.focus();				
		}	
		
		function PopUps(gde) {
   				 msgWindow=window.open(gde,
                "popupe",
                "width=640,height=480,toolbar=no,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no"
                );
				msgWindow.focus();				
		}	
		
		function ButtonOver(statustxt) {
			window.event.srcElement.style.backgroundColor = '#cc3333';
			window.status = statustxt;
		}
		
		function ButtonOut() {
			window.event.srcElement.style.backgroundColor = '#aaaaaa';
		}
		
		function FormOver(statustxt) {
			window.event.srcElement.style.backgroundColor = '#dfdfdf';
			window.status = statustxt;
		// 	#6981DA #D3EDFF
		}
		
		function FormOut() {
			window.event.srcElement.style.backgroundColor = '#f9f9f9';
		}
		
		function LMenuOver(statustxt) {
			window.event.srcElement.style.backgroundColor = '#ffffff';
			window.status = statustxt;
		// 	#6981DA #D3EDFF
		}
		
		function LMenuOut() {
			window.event.srcElement.style.backgroundColor = '';
		}
		
		
		function TblOver(ko, statustxt, boja) {
			ko.style.backgroundColor = boja;
			window.status = statustxt;
		}
		
		function TblOut(ko, boja) {
			ko.style.backgroundColor = boja;
		}
