/*Event.observe(window,'load',function() {
	$('creatorLogo').hide();
	Effect.Appear('creatorLogo',{from: 0,to: 0.6});
	Event.observe('creatorLogo','mouseover',function() {
		Effect.Appear('creatorLogo',{from: 0.6,to: 1,duration: 0.2});
	});
	Event.observe('creatorLogo','mouseout',function() {
		Effect.Appear('creatorLogo',{from: 1,to: 0.6,duration: 0.2});
	});
});
*/
function enc(user,domain,ext,sometext,fcolor) {
	fontcolor = '<span>';
	if (fcolor == "switch") {
		fontcolor ='<span class="whiteblack">';
	}else if (fcolor != ''){
    	fontcolor = '<span style="color:' + fcolor + '">';
  	}
	var first = 'ma';
	var second = 'il';
	var third = 'to:';
	var text = user;
	text += '&#64;';
	text += domain;
	text += '.';
	text += ext;
        var end = fontcolor + text + '</span></a>';
	document.write('<a class="emaillink" href="');
	document.write(first+second+third);
	document.write(user);
	document.write('&#64;');
	document.write(domain);
	document.write('.');
	document.write(ext);
	document.write('?Subject=');
	document.write(sometext);
	document.write('">');
	document.write(end);
}

function wo(u,w,h) {
	if(typeof w=="undefined") {w=720}
	if(typeof h=="undefined") {h=576}
	h=h+40;
	window.open('/vid.php?url='+u,'mywindow','width='+w+',height='+h+',resizable=no,toolbar=no,scrollbars=no,directories=no,status=no,menubar=no,copyhistory=no');
}
