function search(strFile, name)
{
	var win = window.open(strFile, name, 'height=260,width=600,screeny=130,screenx=165,left=130,top=165,screeny=130,screenx=165,left=130,top=165');
	if (win != null && win.focus != null)
		win.focus ();
} 
	
	
function corpnav(url, name)
{
	var win = window.open(url, name,'height=380,width=620,screeny=130,screenx=165,left=130,top=165');
	if (win != null && win.focus != null)
		win.focus ();	
}
	
function OpenPopup (url, name, params)
{
	var win = window.open (url, name, params);
	if (win != null && win.focus != null)
		win.focus ();
	return false;
}	//	OpenPopup

function mClick (idHref)
{
	var p;
	if (document.getElementById != null && (p = document.getElementById (idHref)) != null && p.href != null && p.click != null)
		p.click ();		
}	//	mCLick
function mOvr(src,clrOver, idHref) 
{	
	if (src.style != null && src.style.cursor != null)
		src.style.cursor = 'hand';
	
	if (window.status != null)
	{
		var p;
		if (document.getElementById != null && (p = document.getElementById (idHref)) != null && p.href != null && p.click != null)
			// change only if click is supported
			window.status = p.href;
	}
			
	if (src.bgColor != null)
		src.bgColor = clrOver;
}

function mOut(src,clrIn) 
{
	if (src.style != null && src.style.cursor != null)
		src.style.cursor = 'default';
		
	if (window.status != null)
		window.status = '';

	if (src.bgColor != null)
		src.bgColor = clrIn;	
}

function mClk(src) 
{
	// tole je Aljaz ven vrgel. Dela isto kot prej, samo ERRORjev ne proizvaja!
	//if(event.srcElement.tagName=='TD') {
	//	src.children.tags('A')[0].click()
	//}
}

browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion); 

if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; }
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) { roll = 'true'; }
else { roll = 'false'; }

if (roll == 'false') 
        { document.write(' '); } 

function msover2(img1,ref1) { if (roll == 'true') 
        { document.images[img1].src = ref1 } }
function msout2(img1,ref1) { if (roll == 'true')  
        { document.images[img1].src = ref1 } }

     
        <!--
        var RealMode=0;
        var RealPlayer5=0;
        var RealPlayer4=0;
        var RealPlayerG2=0;

        if (navigator.userAgent.indexOf("MSIE")< 0 )
        {
        numPlugins = navigator.plugins.length;
        for (i = 0; i < numPlugins; i++)
        {
                plugin = navigator.plugins[i];
                if (plugin.name.substring(0,10)=="RealPlayer")
                {
                        RealMode=1;
                }
        }
        }

        document.write('<SCRIPT LANGUAGE=VBScript\> \n');
        document.write('on error resume next \n');
        document.write('RealPlayerG2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n');
        document.write('RealPlayer5 = (NOT IsNull(CreateObject("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)")))\n');
        document.write('RealPlayer4 = (NOT IsNull(CreateObject("RealVideo.RealVideo(tm) ActiveX Control (32-bit)")))\n');
        document.write('</SCRIPT\> \n');

        if ( RealPlayerG2 || RealPlayer5 || RealPlayer4 ) 
        {
       		document.write('<OBJECT ID="RealPlayerIE" NAME="RealPlayerIE2"CLASSID="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"> \n');
		document.write('</OBJECT> \n');


        }
	else if ( RealMode )
	{
   
        	document.write('<EMBED TYPE="audio/x-pn-realaudio-plugin" NAME="RealPlayerNS" ID="RealPlayerNS2" CONTROLS="HomeCtrl" HEIGHT=0 WIDTH=0> \n');
		document.write('</EMBED> \n');

	}
        else 
        {
 
        }

