/*
Form2Pop Script- By Peter Bailey (http://www.peterbailey.net)
Featured on JavaScriptKit.com
Visit http://www.javascriptkit.com for this script and more
*/

function createTarget(t){
window.open("", t, "width=400,height=80");
return true;
}


function janela(theURL,winName,features) {
window.open(theURL,winName,features);
}
