
		var movieName = "testcommand";
		function thisMovie(movieName) {
		  if (navigator.appName.indexOf ("Microsoft") !=-1) {
		    return window[movieName]
		  }	else {
		    return document[movieName]
		  }
		}
		function movieIsLoaded (theMovie) {
		  if (typeof(theMovie) != "undefined") {
		    return theMovie.PercentLoaded() == 100;
		  } else {
		    return false;
		  }
		}
		function go(frameno) {
		  window.location=('#top')
		  if (movieIsLoaded(thisMovie(movieName))) {
		      thisMovie(movieName).GotoFrame(frameno);
		  }
		
		}
		
function open_win1(url)
{  
if (document.all) {var xMax = screen.width, yMax = screen.height
} else 
if (document.layers) {
var xMax = window.outerWidth, yMax = window.outerHeight} else {var xMax = 840, yMax=480}; var xOffset = 0, yOffset = 0; 
var new_window=window.open(url,'html_name','toolbar=0,menubar=0,resizable=yes,width=960,height=530,scrollbars=yes,scrolling=yes,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
new_window.focus()
}
function open_win(url) 
{  
if (document.all) {var xMax = screen.width, yMax = screen.height
} else 
if (document.layers) {
var xMax = window.outerWidth, yMax = window.outerHeight} else {var xMax = 840, yMax=480}; var xOffset = 0, yOffset = 0; 
var new_window=window.open(url,'html_name','toolbar=0,menubar=0,resizable=yes,width=960,height=530,scrollbars=yes,scrolling=yes,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
new_window.focus()
}

function open_winsize(url,width,height) 
{  
myWin2 = open(url,"largeimagepreview2",'toolbar=0,location=1,x=0,y=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+' '); myWin2.focus();
}

function open_dvwin(url,width,height) 
		{  
		myWin3 = open(url,"largeimagepreview2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=470'); myWin3.focus();
		}


function jumplink(menu) {
var loc=document.menuform.menulist.options [document.menuform.menulist.selectedIndex].value;
location.href=loc;
}





