var popup;
function openPaymentPanel(url) {
  var win = window.open(url+"&desc="+escape(window.location).toString(),'iPIN_PaymentPanel','width=544,height=370,left=10,top=10,resizable=yes,status,location=no');
}
function openPaymentPanel2(url) {
  var win = window.open(url,'iPIN_PaymentPanel','width=544,height=370,left=10,top=10,resizable=yes,status,location=no');
}
self.name='MerchantWindow';
function authorize(productId) {
  var url = 'http://66.115.176.108/acte/pos_init?action=authorize&pId=' + productId ;
  openPaymentPanel2(url);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  	popup = window.open(theURL+"&desc="+escape(window.location).toString(),winName,features);
}
function MM_closeBrWindow(){
	popup.close();
}

