
function popupwindow(url, target) {
         newWin=window.open(url,target,"height=800, width=600, scrollbars=1, resizable=1");
				}


