//------------------------------------------------------------------
// Author:			Nyco Agung
// Email:			nycoagung@starkcreations.com.au
// Date:			06th June 2005
// Copyright:		2005 - Nyco Agung - Stark Creations'
// Terms:			This file is not to be modified in anyway without a written consent.
//------------------------------------------------------------------

function quickmenu(quicklink){
	switch(quicklink) {
		case(quicklink="about us"):
			top.document.location = "index.php";
			break
		case(quicklink="services"):
			top.document.location = "index.php?source=our services";
			break
		case(quicklink="portfolio"):
			top.document.location = "index.php?fn=logo/index";
			break
		case(quicklink="client"):
			top.document.location = "index.php?source=client login form";
			break
		case(quicklink="contact us"):
			top.document.location = "index.php?source=contact us";
			break
		case(quicklink="terms"):
			top.document.location = "index.php?source=terms and conditions";
			break
		case(quicklink="privacy policy"):
			top.document.location = "index.php?source=privacy policy";
			break
		case(quicklink="help"):
			top.document.location = "index.php?source=help";
			break
		case(quicklink="upload"):
			top.document.location = "index.php?source=upload files";
			break
		case(quicklink="abn"):
			top.document.location = "index.php?source=abn";
			break
		case(quicklink="prices"):
			top.document.location = "index.php?source=prices";
			break
		case(quicklink="payment"):
			top.document.location = "index.php?source=abn";
			break
		case(quicklink="websites"):
			top.document.location = "index.php?fn=logo/websites&logo_item_type=Website";
			break
	}
}