
// Open Video page in PopUp window
function openVideoWindow() {
theURL = 'http://financialservicesinc.ubs.com/wealth/Video-UBSonretirementplanningnow.html'
	window.open(theURL,'PopUp','width=420,height=790');
}