The following sets the target to _blank:
_blank
if (key == \"smk\") { window.location = \"http://www.smkproduction.eu5.org\"; target = \"_blank
Just use in your if (key=="smk")
if (key=="smk")
if (key=="smk") { window.open('http://www.smkproduction.eu5.org','_blank'); }