// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*

Following is the code that must be inserted in the page at the desired banner location:

<a href="javascript:;" onclick="MM_openBrWindow('http://www.         ','Name of Window','scrollbars=yes,resizable=yes,toolbar=yes,width=1000,height=600')" onmouseover="window.status='www.website.com';return true" onmouseout="window.status='';return true" onmousedown="window.status='www.website.com';return true"><img src="images/verizon-banner.gif" alt="Go To Verizon VoiceWing" width="150" height="50" border="0" /></a>

*/
