﻿function poponload(url)
{
testwindow= window.open (url, "mywindow1",
    "location=1,status=1,scrollbars=1,width=1000,height=1020");

}


function popdealer(url)
{

testwindow= window.open (url, "mywindow1",
    "location=1,status=0,scrollbars=0,location=0, directories=0,  menubar=0,width=800,height=750");



}


