// <![CDATA[
function popup(wURL,wName,sWidth,sHeight,wToolbar,wLocation,wStatus,wMenubar,wScrollbars,wResizable){
		var wProperties="' width="+sWidth+", height="+sHeight+", toolbar="+wToolbar+", location="+wLocation+", statusbar="+wStatus+", menubar="+wMenubar+", scrolbars="+wScrollbars+", resizable="+wResizable+"'";
		window.open(wURL,wName,wProperties);
}
//]]>