// JavaScript Document
function popup(url,savvy,param)
{
window.open(url,savvy,param)
}