﻿function doInfoWin(url,w,h,scroll,resize) {
	window.open (url,'infoWin','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=' + scroll + ',width=' + w + ',height=' + h + ',left=10,top=10,resizable=' + resize + '');
}

