	// default status	
		window.defaultStatus='SMS info KLUB - Spinnaker New Technologies - member of ComTrade Group';

		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 = '#e7e7e7';
			window.status = statustxt;
		// 	#6981DA #D3EDFF
		}
		
		function FormOut() {
			window.event.srcElement.style.backgroundColor = '#ffffff';
		}
		
		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;
		}