function showComix(){
	$("topBanner").setStyle({ zIndex: "3" }); 
}
function hideComix(){
	$("topBanner").setStyle({ zIndex: "1" }); 
}
