
// This is the master scripts file.
// Any page can reference the scripts contained here.

function winOpen(pic, wd, ht)
	{
	window.open('popUp.aspx?img=' + pic, '_blank', 'width='+wd+', height='+ht+', resizable=no, scrollbars=no, top=10, left=10');
	}