var new_tp;

function trailerPlayer(str){
		new_tp = window.open("../../trailers/trailer.asp?cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}

function trailerPlayerEC(str){
		new_tp = window.open("../../trailers/trailer.asp?excl=1&cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}

function trailerPlayerMovies(str){
		new_tp = window.open("../../../../trailers/trailer.asp?type=review&cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}
function trailerPlayerECMovies(str){
		new_tp = window.open("../../../../trailers/trailer.asp?excl=1&cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}

function trailerPlayerEnt(str){
		new_tp = window.open("../../../trailers/trailer.asp?type=review&cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}
function trailerPlayerECEnt(str){
		new_tp = window.open("../../../trailers/trailer.asp?excl=1&cID=" + str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}

function tpembed(str){
		new_tp = window.open(str,"","width=600,height=403,toolbar=0,scrollbars=0,screenX=200,screenY=200,left=200,top=200")

}
