// JavaScript Document

var componentswindow;
function launchcomponentswindow(){
	componentswindow=dhtmlwindow.open('componentswindow', 'iframe','project_delivery_lifecyle.html', 'vPMO - Suite Components', 'top=40,left=250,width=800px,height=673px,resize=0,scrolling=false,center=1', 'recal');
	return(false);
}

function openCenteredWindow(url, height, width, name, parms,topoffset,leftoffset) {
   var left = Math.floor( (screen.width - width) / 2);
   var top = Math.floor( (screen.height - height) / 2);
   var winParms = "top=" + (top-topoffset) + ",left=" + (left-leftoffset) + ",height=" + height + ",width=" + width;
   if (parms) { winParms += "," + parms; }
   var win = window.open(url, name, winParms);
   if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
   return win;
}

function popup(mylink, windowname)
	{
	if (! window.focus)return true;
		var href;
	if (typeof(mylink) == 'string')
		href=mylink;
	else
		href=mylink.href;
		openCenteredWindow(href, 665,850,windowname, 'scrollbars=no,resizable=no',-5,0);
	return false;
}

function popupb(mylink, windowname)
	{
	if (! window.focus)return true;
		var href;
	if (typeof(mylink) == 'string')
		href=mylink;
	else
		href=mylink.href;
		openCenteredWindow(href, 750,850,windowname, 'scrollbars=no,resizable=no',-5,0);
	return false;
}

var data,nhp,ntz,rf,sr;document.cookie='__support_check=1';nhp='http';
rf=document.referrer;sr=document.location.search;
if(top.document.location==document.referrer
|| (document.referrer == '' && top.document.location != ''))
{rf=top.document.referrer;sr=top.document.location.search}
ntz=new Date();if((location.href.substr(0,6)=='https:') || 
(location.href.substr(0,6)=='HTTPS:'))nhp='https'; 
data='&an='+escape(navigator.appName)+ '&ck='+document.cookie.length+
'&rf='+escape(rf)+ '&sl='+escape(navigator.systemLanguage)+
'&av='+escape(navigator.appVersion)+ '&l='+escape(navigator.language)+
'&pf='+escape(navigator.platform)+ '&pg='+escape(location.pathname);
if(navigator.appVersion.substring(0,1)>'3') {data=data+'&cd='+
screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
'&tz='+ntz.getTimezoneOffset()+'&je='+ navigator.javaEnabled()};
if(rf=="") {
  rf="Direct URL Entry";
}
document.write('<img border=0 hspace=0 visible=false vspace=0 width=15 height=1 src="http://l5p.level5partners.com/recordwebhit.go?action=record&p2='+escape(navigator.appName)+'&p3='+document.cookie.length+'&p4='+escape(rf)+'&p5='+escape(navigator.systemLanguage)+'&p6='+escape(navigator.platform)+'&p7='+escape(location.pathname)+'&p8='+screen.colorDepth+'&p9='+escape(screen.width+ ' x '+screen.height)+'&p10='+navigator.javaEnabled()+'&p11=PMO Network - '+document.title+'">');



