//# 15/12/2010 By Mr.aFiR

function GoToPg(pg)
{
	$('#contents').fadeOut(2000);
	setTimeout("$('#contents').html('<br>Loading...<br><br>');"+
	"$('#contents').fadeIn(2000);"+
	"$('#contents').load('"+pg+".php');", 2000);

}
function Welcome()
{
	$('#logo').fadeIn(4000);
	$('#contents').fadeOut(2000);
	setTimeout("$('#contents').html('<br><br><br>... Welcome to Mr.aFiR Knight ...<br><br>');"+
	"$('#contents').fadeIn(4000);", 4000);
	setTimeout("$('#contents').fadeOut(4000);", 6000);
	setTimeout("$('#menu').fadeIn(4000);", 10000);
	setTimeout("$('#contents').html('');", 8000);
}
function GetPList(pl)
{
	$('#PList').fadeOut(2000);
	setTimeout("$('#PList').html('Loading...');"+
	"$('#PList').fadeIn(2000);"+
	"$('#PList').load('plst/"+pl+".php');", 2000);
}
function PlayZik(lnk)
{
	$('#MPlayer').html('<a href="'+lnk+'" target="_blank">[D]</a> <a onclick="CloseMP()">[X]</a><br><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="290" height="24"><param name="movie" value="http://img227.imageshack.us/img227/3087/playergv1.swf?soundFile=http://dr-esraa.com/ahm3d/offer_nissim_feat_maya-all_the_world-ivr.mp3&amp;bg=0x000000&amp;leftbg=0x000000&amp;lefticon=0xFFFFFF&amp;rightbg=0x333333&amp;rightbghover=0x333333&amp;righticon=0xCCCCCC&amp;righticonhover=0xFFFFFF&amp;text=0xcccccc&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0xFFFFFF&amp;loader=0xcccccc&amp;autostart=yes&amp;loop=yes"><param name="quality" value="high"><param name="wmode" value="transparent">      <embed src="player.swf?soundFile='+lnk+'&amp;bg=0x000000&amp;leftbg=0x000000&amp;lefticon=0xFFFFFF&amp;rightbg=0x333333&amp;rightbghover=0x333333&amp;righticon=0xCCCCCC&amp;righticonhover=0xFFFFFF&amp;text=0xcccccc&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0xFFFFFF&amp;loader=0xcccccc&amp;autostart=yes&amp;loop=yes" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="290" height="24"></object>');
}
function CloseMP()
{
	$('#MPlayer').html('');
}

