function popUp(URL,num,w,h)
{
	popupWin = window.open(URL, ('speedWin'+num), 'resizable=yes,scrollbars=yes,width=' + w + ',height=' + h + '');
}
