var newwindow;
function trailer2rising(url)
{
	newwindow=window.open(url,'name','height=425,width=450');
	if (window.focus) {newwindow.focus()}
}