// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
	WinId =  window.open(theURL,'window','left=' + (((screen.availWidth-8)/2)-(670/2)) + ',top=' + ((screen.availHeight/2)-(490/2)) + ',scrollbars=yes,width=670,height=490');
	if (!WinId.opener) WinId.opener=self;
}

function popup(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function setFlash(a,b,c)
{
	top.frames["topnav"].document.tnav.SetVariable ("section", "" + a);
	top.frames["topnav"].document.tnav.SetVariable ("subsection", "" + b);
	top.frames["topnav"].document.tnav.SetVariable ("subsubsection", "" + c);
	top.frames["left"].document.nav.SetVariable ("section", "" + a);
	top.frames["left"].document.nav.SetVariable ("subsection", "" + b);
	top.frames["left"].document.nav.SetVariable ("subsubsection", "" + c);
}

function domessage(theURL) {
var conf;
conf=confirm("You are now leaving the Lam Research Corporation web site. Lam makes no representations or warranties about any other web site which you may access through this one. When you access a non-Lam web site, even one that may contain the Lam logo and content regarding Lam's products and services, please understand that the web site is independent of Lam, and that Lam has no control over the operation of that web site. In addition, a link to a non-Lam web site does not mean that Lam endorses that web site or has any responsibility for the use of such web site. ");

if (conf) {
window.open(theURL);
} 
}