function getCookie(c_name)
{
	if (document.cookie.length>0) {
		c_start=document.cookie.indexOf(c_name + "=");
		if (c_start!=-1) { 
			c_start=c_start + c_name.length+1; 
			c_end=document.cookie.indexOf(";",c_start);

			if (c_end==-1) c_end=document.cookie.length;
				return unescape(document.cookie.substring(c_start,c_end));
		} 
	}
	return "";
}


function setCookie(c_name,value,expiredays)
{
	var exdate=new Date();
	exdate.setDate(exdate.getDate()+expiredays);
	document.cookie=c_name+ "=" +escape(value)+
	((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}

function checkCookie(vidisim,sol,wd,hg,dw)
{
var md = window.showModelessDialog; /* Win 5+, WinCE 5.5+ */
var ns = document.namespaces; /* Win 5.5+, WinCE 5.5+ */
var im = document.implementation; /* Win 6, Mozilla */


var ie=document.all
var ieNOTopera=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dsocleft=ie? document.body.scrollLeft : pageXOffset
var dsoctop=ie? document.body.scrollTop : pageYOffset
var window_width=ieNOTopera? document.body.clientWidth : window.innerWidth-20
var window_height=ieNOTopera? document.body.clientHeight : window.innerHeight

videoAlani.style.left=20+sol
videoAlani.style.top=parseInt(dsoctop)+parseInt(window_height)-videoAlani.offsetHeight-4
mvTop=videoAlani.style.top

if (ie){
		//ortalamak icin
		//topmsg_obj.style.left=parseInt(dsocleft)+window_width/2-videoAlani.offsetWidth/2
		videoAlani.style.left=20+sol
		//videoAlani.style.top=parseInt(dsoctop)+parseInt(window_height)-videoAlani.offsetHeight-160
videoAlani.style.top=screen.height-videoAlani.offsetHeight-200
mvTop=videoAlani.style.top
	}
var isIE60 = md && ns && im;

if (sb.brw.value=="6"){
		//ortalamak icin
		//topmsg_obj.style.left=parseInt(dsocleft)+window_width/2-videoAlani.offsetWidth/2
		videoAlani.style.left=20+sol
		//videoAlani.style.top=parseInt(dsoctop)+parseInt(window_height)-videoAlani.offsetHeight-10
		videoAlani.style.top=screen.height-videoAlani.offsetHeight-200
mvTop=videoAlani.style.top
if (videoAlani.style.top>600){
videoAlani.style.top=600;
}
}


if (document.layers){
		//ortalamak icin
		//topmsg_obj.left=dsocleft+window_width/2-topmsg_obj.document.width/2
		videoAlani.left=20+sol
		videoAlani.top=dsoctop+window_height-videoAlani.document.height-5
mvTop=videoAlani.top
	}

videoAlani.style.top = mvTop;
videoAlani.style.left = 20+sol;

	videoat=getCookie("videoatla");
	if (videoat==null || videoat==0) {
		//Video goster
		createPlayer(vidisim,wd,hg,dw);
	} else {
		//Video atla
		killPlayer();
	}
}

function adjustCookie(islem)
{
	if(islem==true) {
		setCookie('videoatla',1,365);
		checkCookie("","","","","");
	} else {
		setCookie('videoatla',0,365);
		checkCookie("","","","","");
	}
}
