// JavaScript Document

function popUp(url,width,height){
		var popUp = window.open(url,'name','height='+ height +',width='+ width +',scrollbars=yes');
}