function popUp(path,wname,width,height,left,top,scX,scY,scrlBars,tolBar,location,sts,menuBars,resize) {  
	
	newWin=eval("window.open('"+path+"',wname,'width='+ width +',height='+ height +',left='+ left +',top='+ top +', screenX='+ scX +',screenY='+ scY + ',scrollbars='+ scrlBars +',toolbar='+ tolBar +',location='+ location +',status='+ sts +',menubars='+ menuBars +',resizable='+ resize +'')")  
}