// JavaScript Document
 function cPop(url, windowname, wide, high)
   {window.open(url,windowname,'width=' + wide + ',height=' + high);}
