
function vrespPop() {
vrespWindow = window.open('http://www.verticalresponse.com','vr_optin_popup','scrollbars=yes,width=600,height=450');
vrespWindow.focus();
return true;
}


