function movewebsite(type){
var current=document.getElementById('portfoliowebsite').src.substr(46,2)*1.0;
if(type==1 && current==55){current=10;}
if(type==2 && current==11){current=56;}
if(current=='NaN'){current=11;}
if(type==1){document.getElementById('portfoliowebsite').src="../banners/website"+(current+1)+"s.jpg";}
if(type==2){document.getElementById('portfoliowebsite').src="../banners/website"+(current-1)+"s.jpg";}}

function displaywebsite(){
var website=document.getElementById('portfoliowebsite').src.substr(46,2)*1.0;
document.getElementById('websitedisplay').style.display='block';
document.getElementById('displaywebsite').src="photographs/website"+website+".jpg";}

function closedisplay(){document.getElementById('websitedisplay').style.display='none';}


/******    Portfolio      ******/

function gotolink(cururl,winname)
{
  window.open(cururl,winname,'resizable=yes, scrollbars=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, copyhistory=yes');
  window.close();
}
