﻿
function openWin(a) {
	
	window.open(a.value,'_blank','resizable=yes,titlebar=yes,location=yes,scrollbars=yes,toolbar=yes, menubar=yes,width=' + screen.availWidth + ',height=' + screen.availHeight +',left=0,top=0,screenX=0,screenY=0');
}



