function showComic(path,title) {
		id ="EQComic";
		fdString = path+"_"+title;
		var tmpStr;
		tmpStr = "toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=" + screen.width + ", height=" + screen.height + "";
	
		//eval("page_" + id + "  = window.open('/imgs/webcomics/masque/player.php?movie=MasqueW1.swf','" + id + "','" + tmpStr + "');");
		eval("page_" + id + "  = window.open('/comic_viewer.php?fd="+fdString+"','" + id + "','" + tmpStr + "');");
		if (window.focus) {eval("page_" + id).focus()}

		
}

function doSFX() {   
//	var soundFile = document.getElementById("cursor");
//	if(soundFile) soundFile.playSound();
}  
