function popUpOpen(url){
	var win = window.open(url, "popup", "width=543, height=634,resizable=yes,menubar=yes,scrollbars=1");
	win.focus();
}