// JavaScript Document

function verQT(val2) {
	if(val2!="reel") {
		ancho = 580;
		alto = 460;
	}
	else {
		ancho = 700;
		alto = 545;
	}
	window.open('http://www.vadimlasca.com/mov/?vid=' + val2,'Video','width=' + ancho +',height=' + alto+',top='+((screen.height/2)-(alto/2))+',left='+((screen.width/2)-(ancho/2))+',status=no,resizable=no,scrollbars=no');
}

