

function websPopupVariable(url, width, height, bar, scroll, resize) {
	window.open(url,"popup","width=" + width + ",height=" + height + ",menubar=" + bar + ",scrollbars=" + scroll + ",resizable=" + resize);
}




