
function initPage() {
	//MM_preloadImages('../artwork/index_r5_c2_f2.jpg','../artwork/index_r5_c3_f2.jpg','../artwork/index_r5_c4_f2.jpg','../artwork/index_r5_c7_f2.jpg','../artwork/index_r5_c8_f2.jpg','../artwork/index_r5_c12_f2.jpg');
}

function checkParent() {
	if (parent.location==window.location) {
		var newLocation = "./" + window.location.search;
		window.location = newLocation;
	}else{
		//alert(str);
	}
}

function changeStyle(obj,cn) {
	obj.className = cn;
}

function cId(obj,cn) {
	obj.id = cn;
}

function printersel(url, selNum) {
	window.location = url + selNum;
}

function detail(oem) {
	window.location = "?page=details&fs=1&oem="+oem;
}

function change(url) {
	window.location = url;
}

/*
function objectTest(to) {
	var str = '';
	var cnt = 0;
	
	for (var item in to) {
		//if (item == aProp) return true;
		str += item +' = ' + to[item] + '\n';
		
		cnt += 1;
		if (cnt==20) {
			alert(str);
			str = '';
			cnt = 0;
		}
	}
	alert(str);
}
*/

