function open_win(co) { 
	if (co == 1){
		window.open("http://kbprojekt.pl")
	}
	if (co == 2){
		window.open("http://www.e-instalacje.com")
	}
}