///////////////////////////////////////////////////////////////////////
/*           JavaScript Resource file for Nikon.co.za                */
///////////////////////////////////////////////////////////////////////
// by LotusHead > he does it cauuse he loves it! lotus@pixelpusher.co.za



// Clear Initial Form value on Focus

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 

// Popup Window - Scroll

var desktop;
function keyScroll(Pop, name, size)
{
desktop=window.open(Pop, name, size+'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=80,left=80');
}

// Popup
var desktop;
function keyScroll(Pop, name, size)
{
desktop=window.open(Pop, name, size+'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=20,left=20');
}


