/**
* 
*   Made 2004-03-23 by iHemmet.se
*   Functions used in top.php
*/



function gotostartpage()
{
    top.parent.location.href = "..";            
}     

function gotoBasket()
{
    parent.mainframe.location.href = "showbasket.php";
}