﻿function Guinick()
{
	var content = document.getElementById('nick').value;
	if ( content == '' )
	{
		alert( 'Ban chua dien nick yahoo.' );
		nick.focus();
		return false;
	}
	hostname = hostname.replace('&', '%26');
	window.location = 'ymsgr:sendIM?'+content+'&m='+document.getElementById('loinhan').value+':  '+encodeURIComponent(hostname)+'';
	document.getElementById('nick').value = '';
}
function playlist(height,list,listsize,display)
{
	var list = '<object classid="clsid:D27CDB6E-AE6D-11cf-96BB-444553540000" width="425" height="'+height+'" id="single1" name="single1"><param name="movie" value="'+imageHome+'/flvplayer/playerslist.swf"></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="allownetworking" value="all"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="file='+imageHome+'/video/youtubelist.php?list='+list+'&playlist=bottom&playlistsize='+listsize+'&autostart=true&repeat=list&lightcolor=001F33"></param><embed src="'+imageHome+'/flvplayer/playerslist.swf" width="425" height="'+height+'" allowscriptaccess="always" allowfullscreen="true" allownetworking="all" wmode="transparent" flashvars="file='+imageHome+'/video/youtubelist.php?list='+list+'&playlist=bottom&playlistsize='+listsize+'&autostart=true&repeat=list&lightcolor=001F33"></embed></object>';
	if (display==1)
		document.write(list);
	else
		document.getElementById( 'youtube' ).innerHTML = list;
}

function choose(obj,id)
{
var hq = obj.value;
if (hq == "")
  return false;
if (hq == "1")
{
	var HTML='<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed></object>';
}
else if (hq == "2")
{
	var HTML='<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1&ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1&ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed></object>';
}
else if (hq == "3")
{
	var HTML='<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1&ap=%2526fmt%3D22"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+id+'&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1&ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed></object>';
}
else
{
	var HTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96BB-444553540000" width="425" height="350" id="single1" name="single1"><param name="movie" value="'+imageHome+'/flvplayer/players.swf"></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="allownetworking" value="all"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></param><embed src="'+imageHome+'/flvplayer/players.swf" width="425" height="350" allowfullscreen="true" allowscriptaccess="always" allownetworking="all" wmode="transparent" flashvars="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></embed></object>';
}
document.getElementById( 'youtube' ).innerHTML = HTML;
}

function reportvideo(url)
{
	var titlev = document.getElementById("titlev").value;
	var reasonv = document.getElementById("reasonv").value;
	var codev = document.getElementById("codev").value;
	if (reasonv == "")
	{
		alert("Ban chua dien ly do bao cao.");
		return false;
	}
	if (codev == "")
	{
		alert("Ban chua dien ma bao ve.");
		return false;
	}
	url = url+"&code="+codev+"&title="+encodeURIComponent(titlev)+"&reason="+encodeURIComponent(reasonv);
  	do_request_function = function(){  	
		if ( ! xmlobj.readystate_ready_and_ok() )
		{
			xmlobj.show_loading();
			return;
		}
		
		xmlobj.hide_loading();

 		var html = xmlobj.xmlhandler.responseText;
		if ( html == 'nofill' ){
			alert("Du lieu dua vao chua day du");
			return false;
		}else
		if ( html == 'badcode' ){
			alert("Ban dien ma bao ve khong dung.");
			return false;
		}else
		if ( html == 'inserted' ){
			alert("Video nay da duoc bao cao roi.");
			return false;
		}else
		if ( html == 'thanks' ){
	  		document.getElementById( 'reported' ).innerHTML =  "<b>Thanks! This video was reported!</b>";
		}else
		{	alert("Co loi xay ra");
			return false;
		}
	}

	xmlobj = new ajax_request();
	xmlobj.onreadystatechange( do_request_function );
	var xmlreturn = xmlobj.process( url );
	return false;
}
function ajaxplayer(id)
{
	//document.getElementById( 'youtube' ).focus();
	//var videoplayer = '<object classid="clsid:D27CDB6E-AE6D-11cf-96BB-444553540000" width="425" height="350" id="single1" name="single1"><param name="movie" value="'+imageHome+'/flvplayer/players.swf"></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="allownetworking" value="all"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></param><embed src="'+imageHome+'/flvplayer/players.swf" width="425" height="350" allowfullscreen="true" allowscriptaccess="always" allownetworking="all" wmode="transparent" flashvars="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></embed></object>';
	//document.getElementById( 'youtube' ).innerHTML = videoplayer;
	//location.href = hostname+"#youtube";

	return true;
}
function videoplayer(id)
{
	var videoplayer = '<object classid="clsid:D27CDB6E-AE6D-11cf-96BB-444553540000" width="425" height="350" id="single1" name="single1"><param name="movie" value="'+imageHome+'/flvplayer/players.swf"></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="allownetworking" value="all"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></param><embed src="'+imageHome+'/flvplayer/players.swf" width="425" height="350" allowfullscreen="true" allowscriptaccess="always" allownetworking="all" wmode="transparent" flashvars="file=http://www.youtube.com/watch%3Fv%3D'+id+'&image=http://i3.ytimg.com/vi/'+id+'/hqdefault.jpg&autostart=true"></embed></object>';
	document.write(videoplayer);
}
function addvideo(id,title)
{
	if (id == "")
	{
		alert("Ban chua chon video.");
		return false;
	}
	url = ipb_var_video_url+"CODE=11&video_id="+id+"&title="+title+"&ajax=1";
  	do_request_function = function(){  	
		if ( ! xmlobj.readystate_ready_and_ok() )
		{
			xmlobj.show_loading();
			return;
		}
		
		xmlobj.hide_loading();

 		var html = xmlobj.xmlhandler.responseText;
		if ( html == 'unfill' ){
			alert("Du lieu dua vao chua day du");
			return false;
		}else
		if ( html == 'max' ){
			alert("List video cua ban da nhieu hon 15 video, xin hay xoa bot di truoc khi add them.");
			window.location = ''+ipb_var_video_url+'CODE=10';
			return false;
		}else
		if ( html == 'inserted' ){
			alert("Video này đã tồn tại trong list của bạn!");
			return false;
		}else
		if ( html == 'ok' ){
			alert("Bạn đã thêm video này thành công!");
			return false;
		}else
		{
			alert("Co loi xay ra");
			return false;
		}
	}

	xmlobj = new ajax_request();
	xmlobj.onreadystatechange( do_request_function );
	var xmlreturn = xmlobj.process( url );
	return false;
}
function validateDelete() {	
	var agree=confirm("Ban co chac chan la muon xoa Playlist nay khong?");
	if (agree)
		return true ;
	else
		return false ;

}
function deletefromlist() {	
	var agree=confirm("Ban co chac chan la muon xoa bai nay ra khoi Playlist cua ban khong?");
	if (agree)
		return true ;
	else
		return false ;

}
function refeshvideo(id){
	if(id != "")
	{
		var agree=confirm("Bam that su muon lam moi trang nay?");
		if (agree)
		{
			var url = ipb_var_video_url+"CODE=01&video="+id+"&refesh=1";
			window.location = url;
		}
		else
			return false ;

	}
	else
		return false;
}