﻿function showPop(url,w,h,t) {
	window.open(url,null,'width='+w+',height='+h+',top='+t+',scrollbars=1')
}