// view competing models
function competition(model) {
	window.open("http://www.balances.com/competition.php?model="+model, "comp", "width=520,height=500,status=1,scrollbars=1,resizable=1");
}

// closeups for counting scales
function view_counting() {
	window.open("http://www.scalenet.com/adam/counting-scales/count-paper.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=645,height=688");
}

function view_parts() {
	window.open("http://www.scalenet.com/adam/counting-scales/counting-scale.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=645,height=554");
}

function view_pieces() {
	window.open("http://www.scalenet.com/adam/counting-scales/counting-scales.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=645,height=631");
}

function view_count() {
	window.open("http://www.scalenet.com/adam/counting-scales/parts-counting-scale.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=845,height=550");
}

// graph pop-up for industrial/moisture scales
function view_graph() {
	window.open("http://www.scalenet.com/adam/graph.html","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=550,height=700");
}

function view_display() {
	window.open("http://www.scalenet.com/adam/display.html","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=540,height=270");
}

// popups for platform scales
function view_loadcell() {
	window.open("http://www.scalenet.com/adam/platform-scale/floor-scale.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=845,height=700");
}

function view_scales() {
	window.open("http://www.scalenet.com/adam/platform-scale/scales.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=745,height=675");
}

function view_levers() {
	window.open("http://www.scalenet.com/adam/platform-scale/lever-scale.htm","popup","toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=yes,top=10,left=10,width=1045,height=560");
}


