function launchVideo() {
document.write("<a href=\"#\" onClick=\"window.open('/services-support/support-plans/direct-support/video.html','win','width=355,height=295')\"><img height=\"78\" alt=\"Virtualization Strategy\" src=\"/sites/dotcom/images/solutions/startplay.gif\" width=\"78\" align=\"left\" border=\"0\" /></a>Leverage Brocade Expertise for Proactive Infrastructure Management");
}


function videolink() {
links=document.getElementsByTagName('a');
for(i=0;i<links.length;i++){
   if(links[i].getAttribute('pathname')){
   		attrib='pathname';
   }else{
   		attrib='href'
   }
   if(links[i].getAttribute(attrib).indexOf('video.html') != -1){
	links[i].href = "javascript:void(window.open('/services-support/support-plans/direct-suppor/video.html','win','width=355,height=295'))";
	}
}
}
//document.onclick = videolink;




