﻿
function OpenWindow(theURL,winName,size) {
			strwinName = window.open(theURL,winName,size);}