﻿function ShowProductImage(url) {
    if (!url)
        url = currentmainURL;
        
    window.open(url, "prodimg");
}


