function openGuestcard(theURL,theName,width,height) {
    window.open(theURL,theName,'width=300,height=510,resizable=0,scrollbars=0,menubar=0,toolbar=0,location=0,directories=0,status=0');
}

function openwindow02(theURL,theName,width,height) {
    window.open(theURL,theName,'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,status=no');
}

