
function OpenAndCenterWindow()

{var_thewindow = window.open('ShippingInfo.html','the_window','height=400,width=600');
}


function GetDaCookie(Da_Cookie)

{

var Da_Cookie = escape(Da_Cookie);
document.cookie = Da_Cookie;
}


