// JavaScript Document
function showAd(pURL,pWidth,pHeight)
 {
 window.open(pURL,'Advertisement','width=' + pWidth + ',height=' + pHeight + ',resizable=yes,scrollbars=yes');
 }