// JavaScript Document

function flip_tab(tabA1, tabIA1, tabIA2) {
	document.getElementById(tabA1).className = 'Atab_flip';
	document.getElementById(tabIA1).className = 'IAtab_flip';
	document.getElementById(tabIA2).className = 'IAtab_flip';
}

function buy_now(url) {
	
	location.href = 'http://supportsages.com/index.php' + url
}
