/* frame out  - form suche - auto send form post zur kasse */
if (window != top) top.location.href = location.href;

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}  

function SubmitForm()
{
var form = document.process
{
form.submit();
}
}

function fullwin(){
window.open("http://www.vallemaggia.ch/multimedia/index.html","","fullscreen,scrollbars")
}
