<!--
function Win8(url, width, height, scrolls) {
		winOptions = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=" + scrolls + ",resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=0, top=0, screenX=0,screenY+0";
		var win = window.open(url, 'Issues', winOptions);
}

function doScript1Win(path) {
	window.open(path, "", "left=0, top=0, width=500, height=450,  menubar=no, scrollbars=yes, toolbar=no, status=no, titlebar=no, resizeable=yes");
}

function doScriptWin1(path) {
	window.open(path, "W2", "left=0, top=0, width=250, height=120, menubar=no,  scrollbars=yes,toolbar=no, status=no, titlebar=no, resizeable=yes");
}

function doScriptWin2(path) {
	window.open(path, "W2", "left=0, top=0, width=300, height=450, menubar=no,  toolbar=no, status=no, titlebar=no, resizeable=yes");
}

function doScriptWin3(path) {
	window.open(path, "W3", "left=0, top=0, width=193, height=182, menubar=no, toolbar=no, status=no, titlebar=no, resizeable=yes");
}

function doScriptWin4(path) {
	window.open(path, "W3", "left=0, top=0, width=400, height=300, menubar=no,  toolbar=no, status=no, titlebar=no, resizeable=yes");
}
function doScriptWin5(path) {
	window.open(path, "W3", "left=0, top=0, width=300, height=200, menubar=no,  toolbar=no, status=no, titlebar=no, resizeable=yes");
}

//-->