function openURLs() { string strPartialURL = "http://url.com/"; for (int i = 1; i < 413; i++ ) { string strCompleteURL; strCompleteURL = strPartialURL + Convert.ToString(i) + ".mp3"; //OPEN WINDOW url=strCompleteURL; } }