function popWindow(target,winName) {

	var newWin = window.open(target,winName,"top=10,resizable=0,scrollbars=1,alwaysRaised=1,dependent=1,resizable=0,status=0,toolbar=0,width=480,height=350");
	newWin.focus();
}
