// ------------------------------------------------------------
// These functions created by Mansion Productions, part of MAS
// Modifications are at own risk, you are advised only to change the html ouput inside the document.write statements.
// ------------------------------------------------------------



// ------------------------------------------------------------
//
//    T O U R   F U N C T I O N S
//
// ------------------------------------------------------------

// On channel pages
// ------------------------------------------------------------

function PrintVideoLinks(Video_ID, Video_Type)
{
// first check if Video_Type is provided, i.e. there is a video; 
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}


// check Video_Type and print appropriate links

// Brazilian Vids
	if (Video_Type=='Brazil')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w500"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-1500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-1500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}

// WMV Only 700k
	else if (Video_Type=='wmv700')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV Only 300k
	else if (Video_Type=='wmv300')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w300"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-300"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV & Flash 700k
	else if (Video_Type=='wmvflash700')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV & Flash 700k Widescreen 2
	else if (Video_Type=='wmvflash700_wide2')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '_ws/flash700/wf700ws2"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}	
	
// otherwise videos have 700k	
	else
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
}

function PrintGalVideoLinks(Video_ID, Video_Type, Video2_Type)
{
	if(Video_Type=='' && Video2_Type!=''){
     document.write('<div style="color: white; font-weight: bold; height: 25px; margin-top: 5px; font-size: 17px;">MEMBERS ONLY</div>');
		return true;
	}
// first check if Video_Type is provided, i.e. there is a video; 
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}


// check Video_Type and print appropriate links

// Brazilian Vids
	if (Video_Type=='Brazil')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w500"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-1500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-1500"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}

// WMV Only 700k
	else if (Video_Type=='wmv700')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV Only 300k
	else if (Video_Type=='wmv300')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w300"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-300"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV & Flash 700k
	else if (Video_Type=='wmvflash700')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
	
// WMV & Flash 700k Widescreen 2
	else if (Video_Type=='wmvflash700_wide2')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '_ws/flash700/wf700ws2"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}	
	
// otherwise videos have 700k	
	else
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/sg_v4_gaymes_channels_play_butt.jpg" height=30 width=69 alt="Play Video" title="Play Video" border=0></a><a href="/tour/play.php?type=dl&path=newsgdrm/trailers/' + Video_ID + '-700"><img src="/images/sg_v4_gaymes_channels_download_butt.jpg" height=30 width=70 alt="Download Video" title="Download Video" border=0></a>');		
	}
}    /**/


// On Tour Home Page
// ------------------------------------------------------------

function PrintTourHomeVideoLinks(Video_ID, Video_Type)
{
// first check if Video_Type is provided, i.e. there is a video; 
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}
	

// Brazilian Vids
	if (Video_Type=='Brazil')
	{
	//	document.write ('<a href="/tour/wmvplayer/' + Video_ID + '/300/w500"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-500.mpg"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');		
	document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w500"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}


// WMV Only 700k
	else if (Video_Type=='wmv700')
	{
	//	document.write ('<a href="/tour/wmvplayer/' + Video_ID + '/300/w700"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-700.wmv"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');
	document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');
	}
	
// WMV Only 300k
	else if (Video_Type=='wmv300')
	{
	//	document.write ('<a href="/tour/wmvplayer/' + Video_ID + '/300/w300"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-300.wmv"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');
	document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w300"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');
	}
	
// WMV & Flash 700k
	else if (Video_Type=='wmvflash700')
	{
	//	document.write ('<a href="/tour/flvplayer/' + Video_ID + '/flash700/wf700"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-700.wmv"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');		
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}
	
// WMV & Flash 700k Widescreen 2
	else if (Video_Type=='wmvflash700_wide2')
	{
	//	document.write ('<a href="/tour/flvplayer/' + Video_ID + '_ws/flash700/wf700ws2"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-700.wmv"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');		
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '_ws/flash700/wf700ws2"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}	
	
	
// otherwise videos have 700k	
	else
	{
	//	document.write ('<a href="/tour/flvplayer/' + Video_ID + '/flash700/wf700"><img src="/images/play_preview.jpg" width="215" height="27" border="0" alt="Play Preview" title="Play Preview"></a><a href="http://beretta.pistolmedia.com:81/paysitedrm/trailers/' + Video_ID + '-700.wmv"><img src="/images/dl_preview.jpg" width="261" height="27" border="0" alt="Download Preview" title="Download Preview"></a>');		
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/test_tour_play.jpg" width="476" height="27" border="0" alt="Play Preview" title="Play Preview"></a>');		
	}
}


// On Tour Home Page - print href
// ------------------------------------------------------------

function PrintTourHref(Video_ID, Video_Type)
{
// first check if Video_Type is provided, i.e. there is a video; 
	if (Video_Type=='')
	{
		document.write('');
		return true;
	}
	

// Brazilian Vids
	if (Video_Type=='Brazil')
	{
	document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w500">');		
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500">');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2">');		
	}
	
	else if (Video_Type=='wmvflash700')
	{
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700">');		
	}
	
	else if (Video_Type=='wmvflash700_wide2')
	{
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '_ws/flash700/wf700ws2">');		
	}	
		
	else
	{
	document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700">');		
	}
}





function openApp() 
{
	
	wWidth = 820; wHeight = 515;
	
	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+",resizable=yes,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+",resizable=yes,location=no,screenY="+wVPos+",screenX="+wHPos+",personalbar=no,menubar=no,scrollbars=no,status=no,toolbar=no")
		oWin.focus()
	}
	
}

