﻿// JScript File

function opennew(strURL) {
		jsWindow = window.open(strURL,"new_win","width=800,height=1200,toolbar=yes,menubar=yes, location=yes, scrollbars=yes,resizable=yes,top=1,left=1");
		jsWindow.focus();
	}