 function popup(url)
 {
 	mywindow = window.open(url, "mywindow", "location=0, status=1, scrollbars=1, width=665, height=600");
 }
 
 function redirect(url)
{
    location.href = url;
}