function openPopup(url,width,height){
	window.open(url,'popup','width=' + width + ',height=' + height + ',scrollbars=yes,resizable=no');	
}
