/*--------------------------------------------------
new releases archives popup 
--------------------------------------------------*/

function iplitigationupdate() {
    var browser = navigator.appName;
    var width = 900;
   	var height = 600;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/ip_litigation_update.php','iplitigationupdate','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2000() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2000.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2001() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2001.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2002() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2002.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2003() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2003.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2004() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2004.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}

function archive2005() {
    var browser = navigator.appName;
    var width = 500;
   	var height = 500;
    swidth = ((screen.width/2)-(width/2));
    sheight = ((screen.height/2)-(height/2));
	newWin = window.open('/news_archive2005.php','archive2005','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',resizeable=no,scrollbars=yes');
    newWin.focus();
	}