// JavaScript Document

function popup(url,target)
{window.open(url,target, "scrollbars=0,resizable=0,width=634,height=832")}

