function popSample(url)
{
 window.open(url,'samplesite','width=800,height=600,scrollbars,resizable');
}

