
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}



function Opensupport2(newin) {
Support2=window.open(newin,"Support2","resizeable=yes,scrollbars=yes,width=400,height=260 top=250,left=250");
window.Support2.focus();
}

function Opensupport(newin) {
Support=window.open(newin,"Support","resizeable=yes,width=350,height=350 top=0,left=0");
window.Support.focus();
}

	function openWin( windowURL, windowName, windowFeatures ) { 
		window.open( windowURL, windowName, windowFeatures ) ; 
	} 


function submitform()
{
  document.myform.submit();
}

function show_hide(field) {
if (document.getElementById(field).style.display == 'block') document.getElementById(field).style.display = 'none'
else if (document.getElementById(field).style.display == 'none') document.getElementById(field).style.display = 'block'
}

function openWin( windowURL, windowName, windowFeatures ) { 
		return window.open( windowURL, windowName, windowFeatures ) ; 
	}


//-->


