﻿function openWin(link,w,h,s) {
//where 's' = scrollbars - 'yes' or 'no'
dummy=window.open(link,"mywindow", "toolbar=0, status=no, menuBar=0, scrollbars, resizable=1, width="+w+", height="+h+", left=20, top=20");
}


