
	function openProject(file)
	{
		window.open('http://idrama.net/drama/program/player.php?file='+file,'idplayer','top=0,left=0,width=288,height=99,scrollbars=0');
	}

	function openProjectOut(file)
	{
		window.open('http://idrama.net/drama/program/player_out.php?file='+file,'idplayer','top=0,left=0,width=288,height=99,scrollbars=0');
	}
