			function launchvideo(video_code,video_title,video_artist) {
				//path = "http://www.mtvasia.com/cgi-bin/players/playvid2.pl?"+ video_code+'&title='+video_title+'&artist='+video_artist;
				path = "http://www.mtvasia.com/cgi-bin/players/playvid2.pl?"+ video_code;
				gallery=window.open(path,"video",'directories=0,location=0,menubar=0,resizable=0,scrollbars=0,scrolling=no,status=0,toolbar=0,hotkeys=0,titlebar=1,alwaysRaised=1,dependent=1,screenX=100,screenY=100,top=100,left=100,width=500,height=450');
			}
			function launchflipbook(path) {
					gallery=window.open(path,"flipbook",'directories=0,location=0,menubar=0,resizable=0,scrollbars=0,scrolling=no,status=0,toolbar=0,hotkeys=0,titlebar=1,alwaysRaised=1,dependent=1,screenX=100,screenY=100,top=100,left=100,width=475,height=400');
			}
			function vFlipbook(path) {
					window.open('/Flipbook/data/flipbook'+path+'/flip1.html','flip','width=477,height=468')
			}
			function changeScrollbarColor(SC,AC) {
				if (document.all) {
					document.body.style.scrollbarBaseColor = SC;
					document.body.style.scrollbarArrowColor = AC;
				}
			}
		
		var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function ClickNpop(){
	var GlobalNavURL = document.GlobalNav.site.options[document.GlobalNav.site.selectedIndex].value;
	if (GlobalNavURL != '.'){
		window.open(GlobalNavURL,'GlobalNavPop');
		}
}

