﻿function verPopup(file)
{
    win = window.open(file,'Iberostar','width=500,height=300,scrollbars=yes, menubar=no, location=no, resizable=yes');
}

