File "nav-slide.js"
Full path: E:/sites/Single15/tinmung2007/webroot/GIADINHTANHIEN/CAC MIEN/PhuocLong/HinhchungBPV/res/js/nav-slide.js
File size: 422 B
MIME-type:
Charset: utf-8
///// JavaScript Navigation for slide /////
// Variables from setup-slide.js: nextPageUrl, prevPageUrl, upPageUrl, firstPageUrl, lastPageUrl
function nextPage()
{
gotoUrl( nextPageUrl );
}
function prevPage()
{
gotoUrl( prevPageUrl );
}
function upPage()
{
gotoUrl( upPageUrl );
}
function firstPage()
{
gotoUrl( firstPageUrl );
}
function lastPage()
{
gotoUrl( lastPageUrl );
}