function popUp(url,w,h,windowName) {
	var popWindow = window.open(url,windowName, 'width='+w+',height='+h+',top=167,left=165,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0, marginleft=0');
	popWindow.focus();
	}