<!--
function openWindow(url, name, t,l,s,m,r,w,h,tp,lt)
{
popupWin = window.open(url, name, 'toolbar='+ t + ',location=' + l
+
',scrollbars=' + s + ',menubars=' + m + ',resizable=' + r + ',width=' + w
+ ',height=' + h + ',top=' + tp + ',left=' + lt);
}
//-->
