﻿// JScript File
//------------------------------------------------------------



 
function ReturnPolicyPopUp(theURL)
{
	window.open(theURL,'ErrorForm','width=480,height=350,top=90,left=100,scrollbars=yes');
}
function ReturnPolicyPopUpNew(theURL)
{
	window.open(theURL,'ErrorForm','width=520,height=200,top=90,left=100,scrollbars=yes');
}
 function EditcategoryopenWindow(theURL) { //v2.0
  
  window.open(theURL,'ErrorForm','width=520,height=140,top=200,left=200, scrollbars=yes ');
 }
