/**
* 
*   Made 2004-03-23 by iHemmet.se
*   Functions used in leftmenu.php
*/



function gotostartpage()
{
    top.parent.location.href = "..";            
}     

function gotoHowDoIDo()
{
    
}

function gotoAboutUs()
{
    parent.mainframe.location.href = "aboutus.php";   
}

function openTerms()
{
    parent.mainframe.location.href = "terms.php";
} 


function gotoBasket()
{
    parent.mainframe.location.href = "showbasket.php";
}

function searchProd()
{
    var urlString = "showproducts.php?search=" + document.searchForm.searchField.value;    
    parent.mainframe.location.href = urlString;   
}
