﻿
//add func

 function open_popup() {
  var op = open("free_call.aspx","myWindow","width=350,height=350");
 }
