function popup (url,name,w,h) {
	window.open(url,name,'resizable,width=' + w + ',height=' + h + ',scrollbars');
	return true;
}

