var newwindow;
function trailer1rising(url)
{
	newwindow=window.open(url,'name','height=750,width=695');
	if (window.focus) {newwindow.focus()}
}