home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 April
/
Chip_2003-04_cd1.bin
/
bonus
/
energyweb
/
inc
/
func.js
< prev
next >
Wrap
Text File
|
2003-02-25
|
455b
|
28 lines
function OpenAdvertisment(la_adv_id,la_href,la_target)
{
switch (la_target)
{
case '0':
window.open(la_href,"","");
break;
case '1':
document.location = la_href;
break;
}
}
function SimpleSearch()
{
document.location = "search.htm?advanced=0";
}
function AdvancedSearch()
{
document.location = "search.htm?advanced=1";
}
function HomePage()
{
document.location = "index.htm";
}