function openSwapItPopUp(url){
    win = window.open(url,'SWAPITS');
}
