function go_open1()
{
var w=window.open("","","width=600,height=650");
w.location="privacy_policy.htm";
}

function go_open2()
{
var w=window.open("","","width=600,height=650");
w.location="../privacy_policy.htm";
}

function go_open3()
{
var w=window.open("","","width=600,height=700");
w.location="ganbari_sample.htm";
}
