// TOUR HOME LINKS - FULL SCREEN PLAYER
// -------------------------------------------------------------------
var prevpos = Array();
//prevpos['frame_'] = 0;
//prevpos['frameb_'] = 0;
function cyclediv(name, elements, direction){
  if(prevpos[name] == null){
    prevpos[name] = 0;
  }
//alert(name+prevpos[name]);
  currdiv = document.getElementById(name+prevpos[name]);
  currdiv.style.display = "none";
  if(direction != 1){
    //neg mov
    prevpos[name] = prevpos[name]-1;
    if(prevpos[name] < 0){
      prevpos[name] = elements-1;
    }
  }else{
    //pos mov
    prevpos[name] = prevpos[name]+1;
    if(prevpos[name] > elements-1){
      prevpos[name] = 0;
    }
  }
  nextdiv = document.getElementById(name+prevpos[name]);
  nextdiv.style.display = "";//block
}




function PrintHomeVideoLinks(Video_ID, Video_Type, Video_Title)
{
// first check if Video_Type is provided, i.e. there is a video; otherwise print vid not available
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}
	
	if (Video_Type=='h.264_1800_normal')
	{
	document.write('<img src="/images/bbsb_streaming.gif"><a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_download.gif" border=0 alt="Download WMV" title="Download WMV" hspace=20></a>'); 
  }

	else if (Video_Type=='h.264_1800_wide')
	{
	document.write('<img src="/images/bbsb_streaming.gif"><a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/g_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_download.gif" border=0 alt="Download WMV" title="Download WMV" hspace=20></a>'); 
  	}
  
  	else if (Video_Type=='h.264_1800_wide_HD')
	{
	document.write('<img src="/images/bbsb_streaming.gif"><a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_download.gif" border=0 alt="Download WMV" title="Download WMV" hspace=20></a>'); 
  	}

	else
	{
	document.write('<img src="/images/bbsb_streaming.gif"><a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/g_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_download.gif" border=0 alt="Download WMV" title="Download WMV" hspace=20></a>'); 
  }
}




function PrintGalleryVideoLinks(Video_ID, Video_Type, Video_Date, Video_Title)
{

// first check if Video_Type is provided, i.e. there is a video; otherwise print vid not available
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}
//
	if (Video_Type=='h.264_1800_normal')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_light_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  }

	else if (Video_Type=='h.264_1800_wide')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/b_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_light_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  	}
  
  	else if (Video_Type=='h.264_1800_wide_HD')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_light_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  	}

	else
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/b_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_light_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  }
}






function PrintSectionVideoLinks(Video_ID, Video_Type, Video_Date, Video_Title)
{
// first check if Video_Type is provided, i.e. there is a video; otherwise print vid not available
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}

// check Video_Type and print appropriate links
// BTS is used for widescreen 16:9 videos
	
	
	if (Video_Type=='h.264_1800_normal')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_dark_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  }

	else if (Video_Type=='h.264_1800_wide')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2&TB_iframe=true&height=600&width=1100" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_dark_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  	}
  
  	else if (Video_Type=='h.264_1800_wide_HD')
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_dark_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  	}

	else
	{
	document.write('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/38/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_38.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/180/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_180.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/300/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_300.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/768/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_768.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><a href="/tour/play.php?type=flv&path=' + Video_ID + '/1800/wh1800ws2hd&TB_iframe=true&height=800&width=1250" title="'+Video_Title+'" class="thickbox"><img src="/images/bbsb_1800.png" border=0 alt="Streaming Flash" title="Streaming Flash"></a><img src="/images/spacer.gif" height=1 width=20><a href="/tour/play.php?type=dl&path=trailers/' + Video_ID + '-1800"><img src="/images/bbsb_dark_download.gif" border=0 alt="Download WMV" title="Download WMV"></a>'); 
  }
}








function openSub() 
{
	
	wWidth = 800; wHeight = 600;
	
	wHPos = (screen.width / 2) - (wWidth / 2);
	wVPos = (screen.height / 2) - (wHeight / 2) - 50;
	
	if (document.all) {
	oWin = self.open("/subscribe/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,top="+wVPos+",left="+wHPos+",personalbar=no,menubar=no,scrollbars=no,status=no,toolbar=no")
	oWin.focus()
	} else {
		oWin = self.open("/subscribe/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,screenY="+wVPos+",screenX="+wHPos+",personalbar=no,menubar=no,scrollbars=no,status=no,toolbar=no")
		oWin.focus()
	}
	
}


function openApp() 
{
	
	wWidth = 800; wHeight = 600;
	
	wHPos = (screen.width / 2) - (wWidth / 2);
	wVPos = (screen.height / 2) - (wHeight / 2) - 50;
	
	if (document.all) {
	oWin = self.open("/feedback/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,top="+wVPos+",left="+wHPos+",personalbar=no,menubar=no,scrollbars=yes,status=no,toolbar=no")
	oWin.focus()
	} else {
		oWin = self.open("/feedback/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,screenY="+wVPos+",screenX="+wHPos+",personalbar=no,menubar=no,scrollbars=yes,status=no,toolbar=no")
		oWin.focus()
	}
	
}

function openChat() 
{
	
	wWidth = 800; wHeight = 515;
	
	wHPos = (screen.width / 2) - (wWidth / 2);
	wVPos = (screen.height / 2) - (wHeight / 2) - 50;
	
	if (document.all) {
	oWin = self.open("cams/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,top="+wVPos+",left="+wHPos+",personalbar=no,menubar=no,scrollbars=no,status=no,toolbar=no")
	oWin.focus()
	} else {
		oWin = self.open("cams/","nvSMP","width="+wWidth+",height="+wHeight+",location=no,screenY="+wVPos+",screenX="+wHPos+",personalbar=no,menubar=no,scrollbars=no,status=no,toolbar=no")
		oWin.focus()
	}
	
}


