// JavaScript Document

function openpopup(){
window.open("/chachastore/popup-message.html","mywindow","location=1,status=1,menubar=0,resizable=1,width=315,height=415");
}
