// JavaScript Document

function popUp(target, width, height){ 
	popUpWin = window.open(target,'popWin','resizeable=no,scrollbars=yes,width='+width+',height='+height); 
}