function newWin(url, h, scroll) {
	window.open(''+url+'','jav','width=500,height='+h+',resizable=yes, scrollbars='+scroll+'');
}

