Contact Us at:
Indian Aroma World,
13/104, Indiranagar,
Lucknow – 226016, UP, India
Phone: +91 – 522 – 2358481
E-mail: indianaromaword@gmail.com
function showReqForm(id, qstr) {
document.getElementById(id).style.visibility = "visible"; document.getElementById(id).style.height = "1000px"; document.getElementById('ifReqForm').src = "feedback.html"; } function closeReqForm(id) { document.getElementById(id).style.visibility = "hidden"; }