function trialOpen(comic_title){
  	window.open("trial/"+comic_title+".html",comic_title,"width=500,height=800","toolbar=yes");
}
