function launchVideo() {
document.write("<a href=\"#\" onClick=\"window.open('/services-support/professional-services/data-virtualization/video.html','win','width=355,height=295')\"><img height=\"73\" alt=\"Virtualization Strategy\" src=\"/sites/dotcom/images/solutions/startplay.gif\" width=\"78\" align=\"left\" border=\"0\" /></a>A Holistic Virtualization Strategy - video white paper");
}


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/professional-services/data-virtualization/video.html','win','width=355,height=295'))";
	}
}
}
//document.onclick = videolink;





