	function OpenWindow(url, w, h) {
		var scr = 'no';
		if (OpenWindow.arguments.length > 3) scr = 'yes';
		open(url, "", 'menubar=no,directories=no,location=no,resizable=no, target=viv scrollbars='+scr+',width='+w +',height='+h);
	}
