
function viewSolution(imageURL, iName, iWidth, iHeight) { 
 window.open('../assets/images/work/solutions/'+imageURL, iName, 'height='+iHeight+',width='+iWidth+''); }