Testimonials_handle = new Object;
Testimonials_ID = 0;

function Testimonials() {
Testimonials_handle = window.open("http://www.a2zsitesolutions.net/pop_up/testimonials.html","Testimonials",",,,,,scrollbars,,width=450,height=220,top=20,left=20");
Testimonials_handle.focus(); 
}

EXPANDED_handle = new Object;
EXPANDED_ID = 0;

function EXPANDED() {
EXPANDED_handle = window.open("http://www.a2zsitesolutions.net/pop_up/expanded.html","EXPANDED",",,,,,scrollbars,,width=580,height=420,top=20,left=20");
EXPANDED_handle.focus(); 
}