// JavaScript Document

function PopUP(link,w,h) 
{ 
window.open (link, "Janela", "status=no,scrollbar=no, width="+w+", height="+h) 
} 

