function openWindow(file,type,width,height) {
	window.open("qt.htm?t=" + type + "&w=" + width + "&h=" + height + "&file=" + file,'movie','status=false,toolbar=false,location=false,menubar=false,directories=false,resizable=yes,scrollbars=false,height=' + height + ',width=' + width)
}
