﻿function c() {
km=document.getElementById("srch").value;
window.location += "persianmusic.php?srch="+km;
}

function cc() {
km2=document.getElementById("srch2").value;
window.location += "persianmusic.php?srch="+km2;
}


