
function move_now() {

var pr = '';
var width = screen.width;
var height = screen.height/1.3;
var left = screen.width - screen.width*0.75;
var top = screen.height - screen.height*0.75;
pp = window.open('http://www.tampagpcarwash.com/route.php', '_blank', 'height='+height+',width='+width+',left='+left+',top='+top+',toolbar=0,status=0,menubar=0,status=0,menubar=0,resizable=1,scrollbars=1');

}

